get_event
Retrieve detailed information for a specific event using its unique ID.
Instructions
Get detailed information about a specific event by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event ID |
Retrieve detailed information for a specific event using its unique ID.
Get detailed information about a specific event by its ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the burden of behavioral disclosure. It uses the verb 'Get,' which implies read-only behavior, but does not explicitly state whether it has side effects, error behavior, or what 'detailed information' includes. This is adequate but not rich.
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: 'Get detailed information about a specific event by its ID.' It clearly states the action and object without unnecessary 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?
For a simple 1-parameter tool with no output schema and no annotations, the description sufficiently conveys what the tool does and how to invoke it. It could elaborate on return structure, but given the low complexity, it is largely complete.
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 100%, so the schema already fully documents the 'id' parameter as 'Event ID'. The description adds only the phrase 'by its ID,' which rephrases the parameter rather than adding new meaning. Baseline 3 is appropriate.
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 'Get detailed information about a specific event by its ID' clearly specifies the verb (Get), the resource (event), and the scope (specific event by ID). This distinguishes it from sibling tools like list_events, which would list multiple events.
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 clearly indicates usage context: use this tool to retrieve details for a single known event. It does not explicitly mention alternatives or exclusions, but the specificity of 'by its ID' implies when to choose this over list_events.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnicole-dev/erezo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server