Skip to main content
Glama
kharonx
by kharonx

list-event-attachments

list-event-attachments
Read-onlyIdempotent

Lists attachment metadata for a calendar event using its event ID. Handles pagination to retrieve up to 500 items and returns a cursor to continue when results are truncated.

Instructions

List attachments of a calendar event (metadata).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoContinuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored.
eventIdYesValue for eventId
maxItemsNoMaximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue.
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds only the metadata qualifier and no additional behavioral context such as pagination side effects or authorization needs, but it does not contradict the annotations.

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 a single, front-loaded sentence with no filler. It communicates the core action, resource, and metadata scope efficiently, letting schema and annotations carry the remaining detail.

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

Completeness4/5

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

For a simple read-only listing tool, the description plus schema and annotations cover invocation essentials: required eventId, pagination semantics, and safety characteristics. The only minor gap is the absence of explicit guidance on when to use this tool versus related resource-specific attachment tools, but that is not critical for correctness.

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

Parameters3/5

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

Schema description coverage is 100% and the parameters already include detailed descriptions, including pagination behavior via cursor and maxItems. The tool description adds no parameter-level information beyond what the schema provides, so the baseline score of 3 is appropriate.

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 states a specific verb ('List'), a specific resource ('attachments of a calendar event'), and adds the qualifier 'metadata' so the agent knows it returns metadata rather than content. This clearly distinguishes it from sibling tools like list-mail-attachments or get-mail-attachment-content.

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

Usage Guidelines3/5

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

The intended use is implied by the resource and metadata qualifier, but there is no explicit guidance about when to prefer this tool over alternatives or when not to use it. For example, it does not mention that attachment content retrieval would require a different tool, though no such sibling exists for calendar events.

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

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/kharonx/mcp_gateway'

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