Skip to main content
Glama

search_suggest

Read-only

Get typeahead suggestions for wiki pages, users, and groups. Use a query to find matching items, with optional filters by space and content type.

Instructions

Typeahead suggestions. Pages are included by default (set include_pages=false to skip). Users and groups default to off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1-100
queryYes
space_idNoSpace UUID or slug
include_pagesNoInclude page titles. Default true
include_usersNo
include_groupsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavior beyond annotations: pages are included by default, users/groups are off by default, and include_pages=false is the way to skip pages. This explains real default filtering behavior that the schema does not fully convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with no filler. The core purpose is front-loaded, and the second sentence efficiently conveys the most important default-toggle behavior. Every word contributes to usable guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only suggestion tool with six mostly self-explanatory parameters, annotations covering safety, and no output schema, the description is nearly complete. It explains the key defaults but does not describe the return value structure or explicitly mention space scoping, which would make it fully self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 50%, and the description partially compensates by explaining the default states of include_pages, include_users, and include_groups. However, it does not clarify how space_id scopes suggestions, what the limit controls beyond 'page size,' or the matching semantics of query, so the agent still has to infer some parameter behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with 'Typeahead suggestions,' which clearly identifies the tool as returning lightweight suggestion results for autocomplete-style queries. It distinguishes from sibling search tools like search_pages and search_attachments by implying real-time, partial-match suggestions, though it does not use an explicit verb like 'returns' or 'lists.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Typeahead suggestions' establishes the tool's intended context: use it when you need progressive suggestions as the user types. It does not explicitly name alternatives such as search_pages for full result searches, so it stops short of full when-not guidance, but the typeahead framing is clear enough for selecting this tool over broad search siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dilruwanm/docmost-community-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server