Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

Delete a routing form

delete_routing_form
Destructive

Delete a routing form to disable all shared links, preventing further appointment requests through that form.

Instructions

Delete a routing form. Any link already shared stops working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNotrue when the API returned an empty success
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false; the description adds the key real-world consequence that any already-shared link stops working. This goes beyond the structured hints and is exactly the sort of behavioral disclosure an agent needs.

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?

Two short sentences, front-loaded with the core action and followed by the most important consequence. No wasted words.

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 single-parameter destructive tool, the description plus annotations provide everything needed: what it deletes, the required identifier, and the external effect. An output schema is also present, so return-value details are not the description's job.

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?

The single required parameter formId has no description in the schema, and the description does not elaborate on it. However, the parameter name is self-explanatory and the tool's purpose makes its role obvious, so the gap is minor.

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?

States a specific verb and resource: 'Delete a routing form.' This clearly distinguishes it from sibling actions like update, create, get, list, and send on routing forms.

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 action is self-explanatory as a deletion tool, and the added consequence about shared links provides clear context for when it is appropriate. It does not explicitly contrast with alternatives, but the purpose alone gives sufficient routing guidance.

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

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