Skip to main content
Glama

evite_reinstate_event

Idempotent

Reinstate a previously-cancelled Evite event by providing its event ID and confirm:true. Without confirm, previews the operation and changes nothing.

Instructions

Reinstate a previously-cancelled Evite event (the inverse of evite_cancel_event). Confirm-gated: without confirm:true this returns a dry-run preview and changes nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to proceed. Without this, the tool returns a preview.
event_idYesEvite event id (event_id from evite_list_events).
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=true), the description discloses the dry-run preview behavior and that confirm:true is required to actually change anything. This is valuable behavioral context not present in the structured data.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the primary purpose and inverse relation, followed by the key behavioral gate. Every sentence earns its place without redundancy.

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

Completeness5/5

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

For a tool with only two parameters and no output schema, the description covers purpose, the prerequisite (previously-cancelled event), and the critical confirm-gate behavior. It is complete for effective selection and invocation.

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

Parameters4/5

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

Schema coverage is 100% with both parameters documented, so the description adds marginal value. However, it reinforces the meaning of confirm by explaining the dry-run behavior, which goes slightly beyond the schema description.

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

Purpose5/5

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

The description uses a specific verb 'Reinstate' with a clear resource 'previously-cancelled Evite event' and explicitly positions it as the inverse of evite_cancel_event, which distinguishes it from sibling tools.

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

Usage Guidelines4/5

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

The description provides clear usage context: it is for reinstating cancelled events and includes the critical confirm-gated behavior. It does not explicitly name alternatives, but the inverse-of relation and confirm-gate instructions give sufficient guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/evite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server