Skip to main content
Glama

rental-review

Server Details

Free professional review of a contractor's equipment rental invoices. Referral and intake only.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.2/5.0
Disambiguation4/5

Each tool targets a distinct user intent: equipment purchasing coordination, rental cost/pricing questions, and requesting the free rental review. However, rental_pricing_help and request_free_review both relate to the free review and could be confused for similar requests, though descriptions help clarify boundaries.

Naming Consistency3/5

All names use lowercase snake_case, which provides format consistency. But the pattern is mixed: equipment_coordinator and rental_pricing_help are noun phrases, while request_free_review is verb-led, deviating from a uniform verb_noun convention.

Tool Count5/5

Three tools is within the ideal 3-15 range and each tool fills a clear role for the server's purpose. The count feels intentionally scoped rather than thin, offering three distinct ways to engage with the rental review service.

Completeness4/5

The server covers the primary customer journeys: learning about the coordinator service, getting pricing help, and requesting a review. Minor gaps exist such as no status-check or direct-upload tool, but the secure link returned by request_free_review handles the next step outside the tool surface.

Available Tools

3 tools
equipment_coordinatorA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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

ParametersJSON Schema
NameRequiredDescription
serviceYesName of the TrueRent service described.
summaryYesPlain description of the service.
next_stepYes

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.

rental_pricing_helpA
Read-onlyIdempotent
Inspect

Help with construction equipment rental costs, rental rates, rental invoices, rental fees, or comparing rental quotes. TrueRent is procurement intelligence for equipment rental: a contractor sends a year of real rental invoices and TrueRent runs a free rental review, professionally, with nothing to install. Use this when a user asks about equipment rental pricing, whether a rental rate or invoice charge is fair, or how to manage rental costs. This tool returns a description of the service and how to start. It does not return rates, benchmarks, or estimates.

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

Output Schema

ParametersJSON Schema
NameRequiredDescription
serviceYesName of the TrueRent service described.
summaryYesPlain description of the service.
next_stepYes

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already mark the tool read-only, idempotent, and non-destructive, and the description adds meaningful behavioral context beyond that. It explains the TrueRent service model, the free rental review process, and the critical output limitation that no rates, benchmarks, or estimates will be returned.

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 description is four sentences and front-loads the purpose and the main limitation ('It does not return rates, benchmarks, or estimates'). The TrueRent background information is relevant but slightly promotional; still, every sentence earns its place without padding.

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 simple read-only informational tool with an output schema, the description tells an agent when to invoke it, what it will return, and what it will not do. It could be slightly stronger by explicitly naming the sibling action tool request_free_review for when the user is ready to start a review, but nothing essential is missing.

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, with both metro and situation already fully documented. The description does not add parameter-level meaning beyond what the schema provides, so the baseline 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 clearly identifies this as an informational tool for construction equipment rental pricing, rates, invoices, fees, and quote comparisons. It states the exact deliverable (service description and how to start) and explicitly differentiates itself by saying it does not return rates, benchmarks, or estimates, which separates it from a tool that actually executes a review.

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 asks about equipment rental pricing...' and sets a clear boundary by stating it does not return actual rates or estimates. It does not explicitly name request_free_review as the alternative for starting the review, but the description's 'how to start' phrasing implies the next step.

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

request_free_reviewA
Idempotent
Inspect

Request TrueRent's free rental review. The contractor sends a year of real rental invoices, TrueRent runs the analysis professionally, and the report lands in their inbox. Nothing to install. Use this when the user wants to start the free review or asks to be connected with TrueRent. Collects company name, contact name, email, and what they rent. Returns a private secure link where they can upload their invoices right away. Confirm the details with the user before calling.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesWhere the confirmation and the report go.
metroNoOptional. City or metro area. Helps route the review.
company_nameYesThe contractor's company name.
contact_nameYesWho TrueRent should address the reply to.
what_they_rentYesWhat equipment they rent, e.g. skid steers, boom lifts, excavators, dumpsters.

Output Schema

ParametersJSON Schema
NameRequiredDescription
messageYes
websiteNo
receivedYesWhether the review request was stored.
upload_nowNo
book_a_callNo
what_happens_nextNo
secure_upload_linkNoPrivate link where the contractor can upload invoices. Share it with the user.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool as non-read-only and non-destructive; the description adds useful behavioral detail beyond that: the contractor sends invoices, TrueRent analyzes them, a private secure upload link is returned, and the agent should confirm details before calling. Nothing contradicts 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?

The description is tight and front-loaded: purpose, process, trigger, inputs, return value, and a final confirmation instruction all appear in a logical order. Each sentence contributes to selecting or invoking the tool correctly, with minimal filler.

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 that an output schema exists and the input schema fully documents the parameters, the description covers all essential operational context: when to call, what to collect, what the user receives, and the reminder to confirm details. No critical piece of invocation knowledge is missing.

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 description coverage is 100%, with every parameter already explained meaningfully in the input schema. The description merely summarizes 'company name, contact name, email, and what they rent' and does not add extra semantic detail beyond the schema, so the baseline 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 opens with 'Request TrueRent's free rental review,' a specific verb plus resource, and immediately distinguishes it from the sibling tools by framing it as the free review flow rather than equipment coordination or pricing help. The full process—invoices, analysis, report delivery—makes the tool's purpose unmistakable.

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 the user wants to start the free review or asks to be connected with TrueRent,' giving clear trigger conditions. It does not explicitly state when not to use it or name alternatives, but the context is concrete enough that an agent can select it confidently.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedequipment_coordinator
    • First observedrental_pricing_help
    • First observedrequest_free_review

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables searching and retrieving 126 Canadian contractor forms with verified regulatory citations, determining needed forms from plain-language situations, and estimating 2026 provincial trades taxes, required hourly rates, and HST quick method comparisons.
    -
  • A
    license
    A
    quality
    B
    maintenance
    Provides free EagleView-style satellite roof measurements and modular Xactimate-style estimating from Google Solar API data, enabling contractors to generate reports and estimates from any address.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables renters to cross-examine their rent ledger against their lease using deterministic tools, uncovering discrepancies in charges, fees, and rent amounts.
    15
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources