search_notes
Search public notes and return compact references by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| view | No | ||
| after | No | ||
| limit | No | ||
| query | Yes | ||
| author | No | ||
| before | No | ||
| cursor | No | ||
| max_bytes | No | ||
| namespace | No | ||
| task_state | No |
Search public notes and return compact references by default.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| view | No | ||
| after | No | ||
| limit | No | ||
| query | Yes | ||
| author | No | ||
| before | No | ||
| cursor | No | ||
| max_bytes | No | ||
| namespace | No | ||
| task_state | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It hints at a default return format ('compact references by default') but gives no details about side effects, permissions, or error behavior. This is minimal transparency.
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, compact sentence with the verb placed first. It is concise and front-loaded, but its brevity omits critical details that could be structured more helpfully.
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?
Given the tool's complexity (11 parameters, 3 enums, no output schema), this description is severely incomplete. It does not explain what 'compact references' means, how filters work, or what the default behavior entails, leaving the agent with insufficient context to use the tool correctly.
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?
The schema has zero description coverage, and the tool description does not explain any of the 11 parameters. There is no added meaning beyond the parameter names and enums, leaving the agent to infer semantics from fields like query, cursor, namespace, and before/after.
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 clearly identifies the action ('Search') and the resource ('public notes'), and mentions the default return format ('compact references'). This is specific enough to distinguish it from unrelated siblings, though it does not explicitly contrast with closely related tools like get_feed or get_changes.
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 provides no guidance on when to use this tool versus alternatives. It does not mention any conditions, prerequisites, or scenarios where this search would be preferred over other retrieval methods.
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.