Skip to main content
Glama

check_feasible

Call this BEFORE you tell your person that something can be done in the physical world. It costs nothing and holds nothing.

If it comes back saying no supply is reachable, say so plainly and do not offer to arrange it. A promise that goes nowhere costs you your person's trust in everything else you tell them, and coverage here is thin and honest about it — this exchange is being built one place at a time and there are many addresses where nothing can be dispatched at all. Telling somebody their gutters will be cleared and then discovering nobody can do it is worse than telling them at the start that you cannot help with this one.

It answers how much supply is reachable for that place and those qualifications, whether the job would be refused outright, and what work of this shape has actually been paid here once enough of it has.

It does not tell you what the work costs, and you should not guess either. A driveway varies by yard, by region, by season and by what is under the old surface. Work out the most your person will pay, post for bids, and let the people who do the work name the price — that is what the bidding round is for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
kindNoobserve or do (default do)
slotsNo
detailNothe scope, as far as you know it
skillsNoqualifications the work would need
predicateNowhat you are thinking of asking for
instructionsNo

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and delivers richly: 'It costs nothing and holds nothing' establishes non-destructive, free behavior; the honest-coverage limitation is disclosed ('coverage here is thin... many addresses where nothing can be dispatched at all'); and the explicit statement that it does not report cost prevents the agent from fabricating prices. These are genuine behavioral disclosures that shape agent conduct beyond what any structured field could convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The first sentence is excellently front-loaded with a direct call-to-action, and the core facts (free, non-destructive, returns supply/refusal/history, no cost) are all present. But the description is roughly 200 words of conversational prose; the trust-loss paragraph and the gutter and driveway illustrations, while reinforcing, are redundant and could be halved without losing meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 8-parameter tool with no output schema and no annotations, the description does strong work on return semantics: what it answers, what it refuses to answer, and how to interpret sparse coverage. However, significant gaps remain — the observe/do kind dimension is absent, slots and instructions are unexplained, and no return structure is given despite the absence of an output schema, leaving the agent to guess at response shape.

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 coverage is 50%; lat, lon, slots, and instructions are undocumented in the schema. The description partially compensates by anchoring the query to 'that place and those qualifications,' which gives meaning to lat/lon and skills, and 'what you are thinking of asking for' maps to predicate. But slots and instructions receive no explanation anywhere, and the observe-vs-do dimension of 'kind' is never mentioned, so compensation is incomplete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool does: it answers how much supply is reachable for a place and qualifications, whether the job would be refused outright, and what similar work has been paid. The lead line 'Call this BEFORE you tell your person that something can be done in the physical world' anchors its role as a pre-flight feasibility check. However, it never names a sibling tool, so differentiation from find_out or job_evidence is implied rather than explicit.

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?

Gives an explicit trigger condition: call before promising any physical-world action. It also gives a clear when-not: the tool does not tell costs, and the agent is directed not to guess but to post for bids in the bidding round, which implicitly routes to list_bids. The handling instruction for a negative result ('say so plainly and do not offer to arrange it') is concrete and actionable. It stops short of naming alternatives by name or enumerating exclusions systematically.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools target clearly distinct actions: feasibility checking, posting physical work, gathering structured info, verifying truth, and reviewing job artifacts. The only plausible confusion is between find_out and observe_world, since both involve paying someone to investigate the physical world, though their outputs differ.

Naming Consistency3/5

All names are snake_case and readable, but the pattern is mixed: check_feasible, find_out, observe_world, and list_bids are verb-first, do_in_world is a unique verb+preposition, and job_evidence, job_receipt, and job_status are noun-first. The job_* family is internally consistent, but the set as a whole lacks a single predictable convention.

Tool Count5/5

Eight tools is well-scoped for a physical-world exchange: pre-flight feasibility, posting work, requesting information, verification, bidding, status, evidence, and receipts. Each tool earns its place and the count is neither bloated nor thin.

Completeness4/5

The core lifecycle is covered: check feasibility, post a job, review bids, track status, inspect evidence, and get a verifiable receipt. The main gaps are no explicit cancel/update job tool and no direct job listing tool, but agents can navigate the main workflows without dead ends.