AgentSEO Search
agentseo_searchPerform a Google search with optional domain filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sync | No | ||
| limit | No | ||
| query | Yes | The search query | |
| exclude_domains | No | ||
| include_domains | No |
agentseo_searchPerform a Google search with optional domain filters.
| Name | Required | Description | Default |
|---|---|---|---|
| sync | No | ||
| limit | No | ||
| query | Yes | The search query | |
| exclude_domains | No | ||
| include_domains | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It only states basic function without revealing output format, rate limits, or any side effects.
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 sentence, very concise, but it under-specifies the tool's behavior. It is not wasteful but could benefit from more detail.
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?
The tool has 5 parameters and no output schema; the description covers only the basic search concept. It lacks information about return values, pagination, error handling, or integration with other tools.
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 coverage is low (20%), and the description only adds 'optional domain filters' for two parameters. It does not explain sync, limit, or query details beyond what the schema provides.
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 states it performs a Google search with optional domain filters, which is a specific verb-resource combination. Among many sibling tools, it distinguishes by focusing on search with domain filtering.
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?
No guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites, exclusions, or when not to use it.
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.