scry_country
Roll-up of corpus activity by ISO country code. Same shape as scry_asn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ||
| since_ms | No |
Roll-up of corpus activity by ISO country code. Same shape as scry_asn.
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ||
| since_ms | 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 must convey behavioral traits. It only mentions 'roll-up' and shape similarity, but does not disclose whether it is read-only, requires authentication, or other side effects. 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?
Two sentences are concise, but the second sentence is valuable as a cross-reference. However, the description is too brief, sacrificing completeness for brevity.
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 lack of output schema and annotations, the description is severely incomplete. It does not explain required vs optional parameters, return format beyond a vague shape hint, or provide any usage examples.
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 0%, and the description does not explain any parameters. The country parameter is inferable from the purpose, but since_ms is completely unexplained. No additional meaning 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 clearly states it is a roll-up of corpus activity by ISO country code, which is a specific verb and resource. The 'Same shape as scry_asn' provides a cross-reference that helps distinguish it from siblings, though it could be more explicit.
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 explicit guidance on when to use this tool versus alternatives like scry_asn. The description only implies usage for country-level aggregation without any when-not or prerequisite information.
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.