Skip to main content
Glama

rental-review

equipment_coordinator

Read-onlyIdempotent

Fractional equipment coordinator service for contractors. TrueRent runs equipment rental procurement start to finish under the contractor's own permissions and inbox: sourcing, scheduling, off-rent, invoice review, vendor communication, one point of contact. Use this when a user mentions hiring a purchasing agent or equipment coordinator, managing rentals across multiple projects, or wanting rental procurement handled for them. Returns a description of the service and how to start.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metroNoOptional. City or metro area, e.g. Cleveland or Phoenix. Helps route the review.
situationNoOptional. Brief free text about their team or projects, in their own words.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceYesName of the TrueRent service described.
summaryYesPlain description of the service.
next_stepYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds that this tool returns a description of the service rather than taking direct action. It also adds useful context about operating under the contractor's own permissions and inbox. No contradiction.

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?

Three sentences front-load the core purpose, then provide usage triggers and return behavior. There is no filler and every sentence earns its place.

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 an informational tool with zero required parameters, full schema coverage, and a declared output schema, the description is complete: it explains what the service is, when to use it, what it returns, and how to start.

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 input schema has 100% description coverage, so metro and situation are already documented. The tool description adds no additional parameter-specific meaning, so the baseline of 3 is appropriate.

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 service and outcome: a fractional equipment coordinator service that returns a description of the service and how to start. It is clearly differentiated by listing concrete uses like hiring a purchasing agent or managing rentals across projects.

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 explicitly says 'Use this when a user mentions...' and lists several trigger scenarios, giving an agent clear guidance on when to select it. It does not directly name sibling alternatives, but the listed triggers are specific enough to avoid confusion.

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.

Resources