Skip to main content
Glama
UtahREIA

addevent-mcp-server

by UtahREIA

Search AddEvent Calendars

addevent_search_calendars
Read-onlyIdempotent

Search your existing calendars to locate calendar IDs or list all calendars. Filter by ID, paginate, and sort results.

Instructions

Searches calendars you've previously created. Does NOT create or modify calendars.

Args:

  • calendar_ids (string[], optional): Narrow to specific calendar IDs.

  • page (number, default 1), page_size (number, 1-20, default 10): Pagination.

  • sort_by ('created' | 'title'), sort_order ('asc' | 'desc'): Sorting.

Returns: { "calendars": [ ...calendar objects... ], "count": number, "page": number, "page_size": number } An empty "calendars" array means no matches, not an error.

Examples:

  • "What calendars do we have set up?" -> call with no filters to list them all.

  • "Find the calendar_id for the WREIA calendar" -> useful before addevent_create_event.

Error Handling:

  • Returns "Error: Invalid request..." (400) for an invalid sort combination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number of results, starting at 1.
sort_byNoField to sort by: 'created' or 'title'.
page_sizeNoNumber of results per page, between 1 and 20.
sort_orderNoSort direction, 'asc' or 'desc'. Requires sort_by.
calendar_idsNoLimit results to these specific calendar IDs.
Behavior5/5

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

Annotations already signal read-only and idempotent behavior; the description adds valuable context: empty result semantics ('An empty "calendars" array means no matches, not an error'), error handling for invalid sort combinations, and pagination behavior. This exceeds the annotation baseline.

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?

Well-structured with clear sections (intro, Args, Returns, Examples, Error Handling). Each section is concise and serves a purpose; no redundant fluff. Front-loaded with the primary purpose and non-mutation guarantee.

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?

Despite having no output schema, the description provides the return shape, pagination details, empty-result semantics, and error handling. For a 5-parameter tool with rich sibling context, this is fully self-contained and complete.

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 covers all parameters with descriptions (100%), so baseline is 3. The description adds value by explaining the sort_order dependency (error for invalid combination), showing how calendar_ids is used in an example, and clarifying pagination defaults. This warrants a 4.

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 clearly states the tool 'Searches calendars you've previously created' with an explicit exclusion 'Does NOT create or modify calendars.' This distinguishes it from mutation tools and other search/list tools in the sibling set.

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?

Provides clear use cases via examples ('What calendars do we have set up?' and 'Find the calendar_id for the WREIA calendar') and explicitly notes it is not for creating/modifying. However, it does not directly contrast with get_calendar, so differentiation from a single-calendar fetch is implied rather than explicit.

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/UtahREIA/addevent-mcp-server'

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