list_recent_quakes
List recent earthquakes. period: hour|day|week. Optional min_magnitude filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | day | |
| min_magnitude | No |
List recent earthquakes. period: hour|day|week. Optional min_magnitude filter.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | day | |
| min_magnitude | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must convey behavioral traits. It indicates a read-only listing operation, but does not disclose limitations, rate limits, or that it returns up-to-date data. Adequate but not detailed.
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?
Extremely concise: two sentences, front-loaded with action, then parameter clarifications. No wasted words.
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 simplicity and lack of output schema, the description covers the main functionality. However, it does not describe the return value structure (e.g., a list of earthquakes with properties), which limits completeness.
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 0%, so the description adds value by specifying valid values for 'period' (hour|day|week) and noting 'min_magnitude' is optional. This goes beyond the schema defaults.
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 'List recent earthquakes' with a specific verb and resource. It implies a distinction from sibling tools like 'significant_quakes' but does not explicitly differentiate.
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 on when to use this tool versus alternatives. The description lacks context like 'Use for recent events; for significant events, see significant_quakes'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.