Skip to main content
Glama

update_meeting_location

Idempotent

Modify meeting location details including name, capacity, and address information to ensure accurate scheduling and resource allocation.

Instructions

Update a meeting location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the meeting location to update
nameNoName of the meeting location.
course_location_idNoUnique identifier of the course location.
capacityNoCapacity of the meeting location
address_attributesNo
Behavior2/5

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

Annotations declare idempotentHint=true and destructiveHint=false, establishing the safety profile. However, the description adds no behavioral context about partial updates (implied by single required 'id' field), error handling for non-existent IDs, or authentication requirements. It contributes nothing beyond the structured annotations.

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

Conciseness3/5

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

The four-word description is not verbose, but it is under-specified rather than efficiently concise. It front-loads no useful constraints or scoping information, failing the 'every sentence should earn its place' standard for this complexity level.

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

Completeness2/5

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

For an update operation with 5 parameters including nested objects and no output schema, the description is insufficient. It omits crucial update semantics (partial vs. full replacement), does not clarify the idempotent behavior declared in annotations, and provides no guidance on the optional nature of most fields.

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 80%, with all top-level fields except address_attributes having descriptions. Per guidelines, high schema coverage establishes a baseline of 3. The description adds no parameter semantics (e.g., explaining the relationship between course_location_id and the meeting location, or address_attributes structure), but the schema adequately documents individual fields.

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

Purpose2/5

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

The description 'Update a meeting location' is a tautology that restates the tool name without adding specificity. While it identifies the verb (update) and resource (meeting location), it fails to distinguish from sibling tools like create_meeting_location or delete_meeting_location.

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

Usage Guidelines1/5

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

No guidance provided on when to use this tool versus alternatives like create_meeting_location, nor any mention of prerequisites (e.g., that the location must exist). The description offers no contextual signals for proper tool selection.

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/martijnpieters/eduframe-mcp'

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