Skip to main content
Glama

delegacja

Delete a saved trip

trip_delete
Destructive

Delete one saved trip and free the free-tier slot it held that month. A trip that has been exported or has an expense booked against it is refused with the blocker named, and nothing is written. Free and unlimited.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tripYesTrip id such as TRIP-2026-0001, or an exact or partial trip name. A partial name matching more than one trip is refused with the list

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true and readOnlyHint=false. The description adds value beyond those by explaining the quota side effect, refusal conditions, named blockers, and the 'nothing is written' guarantee on refusal. There is no contradiction with 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.

Conciseness4/5

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

The core action and consequences are front-loaded in the first sentence, and the refusal behavior is covered in the second. The third sentence, 'Free and unlimited,' is somewhat vague and adds limited value, but the overall description remains tight and easy to scan.

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 one-parameter destructive tool with no output schema, the description adequately covers successful deletion, quota impact, refusal cases, and no-write behavior. It does not describe the response format, but that is less critical for a delete operation and no output schema is provided.

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 coverage is 100% for the single required parameter, including the trip id format and partial-name matching behavior. The description adds no parameter-specific details beyond what the schema already documents, so the baseline score of 3 applies.

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 concrete operation ('Delete one saved trip') and its immediate effect ('free the free-tier slot it held that month'), making the resource and verb explicit. It is clearly distinguishable from siblings like trip_export, trip_list, and trip_record by the delete action and trip scope.

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 gives clear context for when the tool is applicable: deleting a trip to free a monthly slot. It also names explicit exclusion conditions (exported trips or trips with expenses booked are refused), which helps the agent avoid invalid calls. It does not explicitly compare against alternatives, but no alternative deletion tool exists.

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.