Has a sheet changed?
check_sheet_modifiedCheck whether a source sheet has been modified since a timestamp (ISO date/time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| since | Yes | ISO timestamp, e.g. 2026-01-01T00:00:00 |
check_sheet_modifiedCheck whether a source sheet has been modified since a timestamp (ISO date/time).
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| since | Yes | ISO timestamp, e.g. 2026-01-01T00:00:00 |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the timestamp format (ISO date/time) but does not disclose return behavior or any edge cases, so it adds minimal context beyond annotations.
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 wasted words. It directly states the purpose and the required timestamp format, making it concise and efficient.
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 lacks an output schema, and the description does not indicate what the tool returns (e.g., a boolean indicating modification status). There is also no usage guidance or caveats, leaving the agent uncertain about the tool's behavior and output.
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 only 50%: 'since' has a schema description, but 'id' does not. The description mentions 'source sheet' which loosely implies the id refers to a sheet, but it does not explicitly explain the id parameter or its type. It fails to compensate for the missing schema description.
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 the verb 'check' and the resource 'source sheet' with a specific condition (modified since timestamp). It is precise and distinct from siblings like get_source_sheet or list_source_sheets, as it focuses on modification status.
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 does not provide any guidance on when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. It simply states what it does without context for selection.
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.