Skip to main content
Glama

mileage-logbook

Remove a trip

trip_remove
Destructive

Remove one trip from the mileage log by its exact TR-YYYY-NNNN id, for entries made by mistake. The id is not reissued: a gap in the TR series is the record that a trip was removed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe exact trip id, e.g. TR-2026-0003

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the operation as destructive, so the description correctly moves beyond that by disclosing a non-obvious consequence: the id is not reissued and the gap in the TR series is a record of removal. This adds meaningful behavioral context without contradicting 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.

Conciseness5/5

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

Two sentences carry a complete message with no filler. The action and required identifier are front-loaded, and the important consequence about id reissuing is stated briefly and clearly.

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?

This is a simple single-parameter destructive operation with annotations covering the safety profile, so the description does not need to explain return values or auth. It covers the input format, purpose, and an important behavioral consequence, leaving no critical gaps for correct invocation.

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 schema already documents the single parameter with an exact description and example, and schema coverage is 100%. The description reinforces the exact-match requirement and format, but does not add substantial semantic detail beyond what the schema provides.

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 specific verb ('Remove'), a precise resource ('one trip from the mileage log'), and a required identifier format ('exact TR-YYYY-NNNN id'). It also gives the intended purpose ('for entries made by mistake'), making it clearly distinguishable from siblings like trip_add and trip_list.

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 phrase 'for entries made by mistake' provides clear context for when this tool is appropriate. It does not explicitly name alternatives or exclusions, but the single-purpose nature of the tool and the exact-id requirement make the usage context reasonably clear.

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.