Skip to main content
Glama

Set Event Address

set_event_address
Idempotent

Set or change a live event's address/location. Provide address (the text shown on the event page); optionally venue_name and latitude+longitude to also move the map pin. Use this to fix or update where an event is held. Requires event_id; you must be a host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
event_idYes
latitudeNo
longitudeNo
venue_nameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false. The description adds that it changes the map pin when latitude/longitude are provided, requires host privileges, and that it applies to live events. This adds context beyond annotations, though it could mention that other event properties remain unchanged.

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-loading the action and then adding usage context and prerequisites. Every sentence adds value, and there is no unnecessary information.

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?

Given the tool's simplicity and the absence of an output schema, the description is complete: it explains the purpose, parameters, prerequisites, and behavior. An agent can correctly invoke the tool without additional context.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining each parameter: address (text shown), venue_name (optional), latitude/longitude (to move map pin), and event_id (required). This provides clear meaning beyond the schema types.

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 verb 'set or change' and the resource 'live event's address/location'. It distinguishes itself from related tools like update_event by focusing specifically on address/location, leaving no ambiguity about its purpose.

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 explains when to use the tool ('to fix or update where an event is held') and mentions prerequisites (requires event_id, must be a host). However, it does not explicitly state when not to use it or provide alternative sibling tools, which would further enhance decision-making.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.