Skip to main content
Glama

Search Threads

search
Read-onlyIdempotent

Find Threads posts or users by entering a search query; filter by type and specify result count.

Instructions

Search Threads for posts or users matching a query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoWhat to search for (default: posts)posts
limitNoMax results (1-50, default 15)
queryYesThe search text

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
postsNo
usersNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description adds only minimal context (searching posts or users). No contradictions, but no added behavioral insight beyond annotations.

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?

Single sentence that conveys the core purpose with no extraneous words. Front-loaded and efficient.

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

Completeness5/5

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

Annotations cover safety and idempotency, schema covers parameters completely, and an output schema exists (not shown). The description is sufficient for an AI agent to understand the tool's basic function within its context.

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 coverage is 100%, so the parameters are fully documented. The description adds no additional meaning beyond what the schema provides, except confirming the 'type' parameter's options (posts/users). Baseline 3 is appropriate.

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

Purpose5/5

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

The description clearly states the verb 'search' and the resource 'threads', and specifies it searches for 'posts or users'. This distinguishes it from siblings like get_thread (single thread), get_timeline, etc.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool vs alternatives. The description only states what it does, not when or when not to use it. Implied usage is for searching, but no exclusions or alternatives mentioned.

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

Install Server

Other Tools

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/bintangtimurlangit/threads-mcp'

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