Event
eventSingle event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| locale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
eventSingle event.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| locale | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate read-only, open-world, idempotent, and non-destructive behavior, but the description adds no behavioral context. It does not explain what 'single event' implies, what data the event contains, or any side effects, leaving the burden unmet despite extensive 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?
At only two words, the description is under-specified rather than concise. It adds no useful information, and even the minimal text is redundant with the tool name 'event'.
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?
Although the tool has a simple schema and an output schema exists, the description fails to establish the tool's purpose or usage. With many event-related siblings, a complete description should clarify that 'event' retrieves a single event by ID, making this minimally viable at best.
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 provides no semantics for 'id' or 'locale'. The description does not even hint that these parameters identify and localize the event, so the agent gets no help beyond the raw schema field names.
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 'Single event.' provides no verb or action; it merely restates the tool name and indicates singularity. It fails to say whether this retrieves, creates, or updates an event, and does not distinguish it from siblings like event_search or event_images.
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. There is no mention of prerequisites, context, or exclusions, leaving the agent to infer the tool's role from the name alone.
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.