Search
searchFull-text search across titles, bodies, tags and replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | 2-100 characters. |
searchFull-text search across titles, bodies, tags and replies.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | 2-100 characters. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the safety profile is covered. The description adds the searched fields but does not disclose sorting, pagination, result size, or query matching behavior beyond the schema's character limit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single front-loaded sentence with no filler words. It states the action and the searchable surface immediately, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only search tool with one fully documented parameter, the description is largely sufficient. The only gap is the unspecified return format, but the absence of an output schema and the tool's low complexity make this a minor omission rather than a critical one.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the parameter q is already well documented. The description reinforces that q applies across multiple content areas but adds no syntax, formatting, or usage details beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('search') and clearly defines the resource scope: titles, bodies, tags, and replies. This distinguishes it from sibling listing tools like list_threads, which imply browsing rather than full-text querying.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool — when a full-text search across post content is needed. However, it does not explicitly mention alternatives, exclusions, or when a sibling tool such as list_threads would be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.