Skip to main content
Glama

schedule_scan

Schedule periodic scans (daily_check, weekly_drift_scan).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cronNoCron expression (default: 0 6 * * *)
nameNo
entity_idNo
event_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.5/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden for behavioral disclosure. It only states 'Schedule periodic scans' and gives examples; it does not mention side effects, permissions, idempotency, whether existing schedules are overwritten, or how the schedule will be executed. This is a significant gap for a tool that presumably creates persistent schedules.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise and front-loaded with the key action and examples. No wasted words, but it is so terse that it sacrifices useful context. Still, conciseness itself is strong.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 4 parameters, no output schema, and no annotations, the description is insufficient. It does not clarify important operational aspects like how to specify a scan name, what entity_id/event_type mean, or how to verify the schedule was created. The examples are helpful but incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25% (only cron is described). The description adds minimal context by naming possible scan types, but does not map them to parameters like name or event_type, nor explain entity_id. It fails to compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb+resource ('Schedule periodic scans') and provides concrete examples (daily_check, weekly_drift_scan), making the core action clear. It does not explicitly differentiate from siblings like list_schedules or create_rule, but the examples and verb help distinguish it as a scheduling operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as list_schedules or create_rule. The description implies usage for periodic scans, but does not state exclusions, prerequisites, or when another tool would be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources