Skip to content

Tools reference

Once connected, your assistant has the tools below. They map directly to the REST API, so the responses and the permission rules are identical. All are read-only.

Search the organization’s business knowledge base (processes, policies, facts, and source documents and transcripts). This is usually the first tool to call: it returns type-tagged results with snippets, relevance scores, and web links.

InputTypeNotes
querystringNatural-language search query. Required.
typesstring[]Restrict to topic and/or chapter. Defaults to all.
limitnumberMax results, 1–50. Default 10.

Fetch a knowledge topic by id: its description, category, the items under it (processes, policies, facts), and related topics. Use after search_mereon to read a topic in full.

InputTypeNotes
topicIdstringTopic id from search results or related topics. Required.

Fetch a single item (process, policy, or fact) by id, including its child items and the source evidence backing it: quotes, video timestamps, document ranges, and confidence, with links to the original content.

InputTypeNotes
itemIdstringItem id from a topic’s items list. Required.

Fetch a single content resource by id: its title, type (document, video, or guide), summary, duration (for video), and link. Use to look up a resource’s metadata once you have its id. For the full wording use get_content_text; to find a resource by title use list_content.

InputTypeNotes
contentIdstringContent id from search results, list_content, or item evidence. Required.

Fetch the full text of a source document, or the transcript of a video, split into chapters. Use when search snippets are not enough and you need the original wording.

InputTypeNotes
contentIdstringContent id from search results or item evidence. Required.

Find who is Responsible, Accountable, Consulted, or Informed for a topic, item, space, or category, including duties inherited from parent entities. Answers “who owns this process” and “who should I ask about this”.

InputTypeNotes
entityTypestringOne of TOPIC, ITEM, SPACE, CATEGORY. Required.
entityIdstringThe entity id. Required.

List the organization’s data-quality issues (conflicts, duplicates, content and structure gaps, stale or misclassified knowledge), most recent first.

InputTypeNotes
statusstringOPEN, IN_PROGRESS, RESOLVED, or DISMISSED.
typestringCONFLICT, DUPLICATE, MISCLASSIFICATION, STALE, CONTENT_GAP, STRUCTURE_GAP, or OTHER.
severitystringCRITICAL, HIGH, MEDIUM, or LOW.
assignedToMebooleanOnly issues assigned to the connected user.
cursorstringPagination cursor from a previous response.
limitnumberMax issues, 1–100. Default 50.

List viewable content resources (documents, videos, and guides), most recent first. Use to find a specific resource by name or browse a type. For questions about what the content says, use search_mereon instead.

InputTypeNotes
querystringTitle keywords. Every word must appear in the title, any order, case-insensitive.
typestringRestrict to one of document, video, guide.
cursorstringPagination cursor from a previous response.
limitnumberMax resources, 1–100. Default 50.

List lessons in the catalog (authored training units), most recent first. For the raw source videos and documents use list_content; for what the material says use search_mereon.

InputTypeNotes
querystringTitle keywords. Every word must appear in the lesson title.
cursorstringPagination cursor from a previous response.
limitnumberMax lessons, 1–100. Default 50.

Fetch one lesson in detail: its metadata and the source content pieces it teaches, in order.

InputTypeNotes
lessonIdstringThe lesson id. Required.

List the organization’s company roles (named org-chart positions), sorted alphabetically by name. Each result carries how many people hold the role and the role it reports to. Available only when the connected user can read the org chart.

InputTypeNotes
querystringCase-insensitive match on the role name.
cursorstringPagination cursor from a previous response.
limitnumberMax roles, 1–100. Default 50.

Fetch one company role in detail: its reporting parent and member count, its training curriculum (the lessons and topics everyone in the role must complete), and its current members.

InputTypeNotes
companyRoleIdstringThe company role id. Required.

List content-review requests — proposed content and issue-resolutions awaiting (or past) review. A reviewer sees the whole organization’s queue; everyone else sees only their own submissions (pass mine=true to force that). Requires content-review read access.

InputTypeNotes
statusstringPENDING, APPROVED, REJECTED, CHANGES_REQUESTED, CANCELED, or SUPERSEDED.
resourceTypestringdocument, video, audio, or guide.
kindstringcontent, content-resolves-issue, or issue-only.
submitterIdstringReviewers only: restrict to one submitter.
minebooleanOnly the connected user’s own submissions.
cursorstringPagination cursor from a previous response.
limitnumberMax requests, default 50 (max 100).

Fetch one content-review request by id: its workflow state, the content or issue it concerns, the submitter and reviewer, and any notes. A reviewer can read any request in the org; everyone else only their own.

InputTypeNotes
requestIdstringThe content-review request id. Required.

Get the organization’s knowledge-base maturity: its level (UNDOCUMENTEDOPTIMIZED), the signals behind it (topic ownership, structured content, verification cadence, category coverage, open issues), and ranked recommendations for what to improve next. Readable by any member who can read the organization.

InputTypeNotes
categorySlugstringScope to one category (e.g. operations, hr). Omit for org-wide maturity.

List every category (always 14) with its maturity level, or null when the category has too few topics to score. The “which areas are weakest” overview. Readable by any member who can read the organization. No inputs.