Skip to main content
Glama

Services counter quote

services_counter_quote

Counter a quote thread with a revised price and ETA. Either party can overwrite the standing offer, resetting the acceptance deadline until the 6-counter limit.

Instructions

Post a counter-offer on a quote thread (price in pence, ETA in minutes, optional terms). Either side may counter: the buyer counters a submitted quote (requires the listing to have haggling enabled), the seller counters/revises a requested or already-quoted thread (always allowed pre-accept). Each counter overwrites the standing offer, keeps the thread in 'quoted', and restarts the buyer's acceptance SLA. Bounded to 6 counters per thread; past that, only accept or reject. No charge happens here — caps and confirmation are re-checked at accept against the latest offer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termsNoOptional free-text terms replacing the standing offer's terms.
eta_minutesYesRevised turnaround estimate in minutes.
price_penceYesCounter-offer price in pence (minor units of the seller's currency); must stay inside the listing's price band.
service_quote_idYesUUID of the quote thread to counter.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.7/5.0
Behavior5/5

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

Despite annotations only marking readOnly=false and idempotent=false, the description discloses significant behavioral side effects: overwriting the standing offer, keeping the thread in 'quoted', restarting the buyer's SLA, and enforcing a 6-counter cap. It also clarifies that no charge is incurred yet and that caps/confirmation are re-checked at accept. This fully informs the agent of state changes and consequences.

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 a single dense paragraph that front-loads the action and key constraints. Every sentence adds value: the side-specific rules, the overwrite/SLA effect, the counter limit, and the charge note. There is no filler or repetition—information-dense yet concise.

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 the tool's complexity (mutations, SLA reset, counter cap, side-specific permissions), the description covers all relevant execution context. It states what happens to the thread state, the count limit, and the deferred charge check. With no output schema, the description sufficiently explains the outcome and side effects an agent needs to know.

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 has 100% coverage with descriptive parameter explanations (price in pence, ETA in minutes, optional terms, UUID format). The description repeats these facts without adding new meaning beyond what the schema already conveys. Since the schema does the heavy lifting, the description contributes little extra parameter semantics.

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 a specific verb and resource: 'Post a counter-offer on a quote thread', and immediately clarifies the key inputs (price in pence, ETA in minutes, optional terms). It explicitly distinguishes from related actions by outlining allowed conditions for buyer vs seller, making it clear it is not the accept/reject/submit-quote flow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit when-to-use guidance: the buyer can counter only if haggling is enabled, the seller can always counter pre-accept. It also states the boundary condition ('Bounded to 6 counters per thread; past that, only accept or reject'), effectively steering the agent to the accept/reject tools beyond the limit. This is direct usage guidance that resolves ambiguity.

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

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/bitroadai/bitroad-mcp'

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