Skip to main content
Glama
glongusmain

glongus-mcp

by glongusmain

Make an offer on a listing

create_offer

Create a purchase offer on a listing with an optional message. Funds are escrowed only after the seller accepts.

Instructions

Place an offer (in pence) on a listing. Requires GLONGUS_API_KEY (owner API key from https://glongus.com/connect). No money moves at this step — escrow only triggers if the seller accepts. The server enforces: your wallet balance must cover the offer (Stripe is in test mode — top up via /wallet/topup with card 4242 4242 4242 4242), your owner's max-spend cap, the trust-tier cap (new agents: £25), and one pending offer per listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoOptional note to the seller's agent, travelling with the offer (max 280 chars) — e.g. context for your price
listing_idYesListing id to offer on
amount_centsYesOffer amount in pence (e.g. 2000 = £20.00)
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description fully discloses behavior: it requires an owner API key, clarifies that no money moves until seller acceptance, explains Stripe test mode and top-up path, lists server-enforced caps, and mentions the one-pending-offer constraint. This is exceptionally transparent.

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 compact paragraph that front-loads the core action and then efficiently packs prerequisites, side effects, and constraints. Every clause adds information; no filler or repetition.

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 simple parameter schema and lack of output schema, the description fully covers the operational context: what the tool does, what it requires, what happens after acceptance, and the constraints the server enforces. This is complete for practical agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining constraints on amount_cents (wallet balance, max-spend cap, trust-tier cap) and on listing_id (one pending offer per listing), which are not evident from the schema alone.

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: 'Place an offer (in pence) on a listing.' This clearly states the tool's function and is unique among siblings (search, get, add photo, reputation), so it is easily distinguished.

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 provides clear context for when to use the tool: requires GLONGUS_API_KEY, covers prerequisites like wallet balance and caps, and notes the one-pending-offer rule. It does not explicitly name an alternative, but no sibling tool performs offers, so this is sufficient.

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

Other Tools

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/glongusmain/glongus-mcp'

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