FoyerDevelopers

Generated · Live registry

guidelines tools

4 tools in this domain, generated from the running registry.

All tool domains

guidelines.delete

writesconfirm

Delete a guideline by id (owner only).

Input parameters

FieldTypeRequiredNotes
idstringyes

Output fields

FieldTypeRequiredNotes
okliteralyesOne of: true

guidelines.get

read-only

Get one guideline (incl. markdown body) by id for the current tenant. Read-only.

Input parameters

FieldTypeRequiredNotes
idstringyes

Output fields

The whole object may be null.

FieldTypeRequiredNotes
idstringyes
titlestringyes
typeenumyesOne of: process, policy, faq
categorystring · nullableyes
tagsarray of stringyes
bodyMarkdownstringyes
updatedAtanyyes

guidelines.list

read-only

List internal staff-handbook guidelines for the current tenant (id, title, type, category, tags, updatedAt). Read-only.

Input parameters

FieldTypeRequiredNotes
categorystringno

Output fields

Returns array of object. Fields of each element:

FieldTypeRequiredNotes
idstringyes
titlestringyes
typeenumyesOne of: process, policy, faq
categorystring · nullableyes
tagsarray of stringyes
updatedAtanyyes

guidelines.upsert

writes

Create or update a guideline (owner only). Provide id to update. Generates an embedding on save.

Input parameters

FieldTypeRequiredNotes
idstringno
titlestringyes
typeenumyesOne of: process, policy, faq
categorystringno
tagsarray of stringno
bodyMarkdownstringyes

Output fields

FieldTypeRequiredNotes
idstringyes