Skip to main content
Glama

POS Rescue

pos-rescue

POS Rescue — Stuck on a POS integration (Toast, Square, Clover, Micros…)? Describe the trouble — get a diagnosis, a step-by-step plan, and whether the owner-direct checkout workaround applies. Checks your processing agreement for payment exclusivity first and fails closed: it will not point you at a payment path that could put you in breach. Runs claude-haiku-4.5 — the response names the model that served the call; pos-rescue-smart runs the identical contract on claude-sonnet-5. Input: {trouble: string, pos?: string, exclusivity?: 'yes'|'no'|'unknown'}. Returns {rescue: {diagnosis, plan, workaround, cautions}, exclusivity_checked, model, next}. (5 MESH/call, a tool · commerce)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesPayload for pos-rescue

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the basic annotations (readOnly=false, openWorld=true, destructive=false), the description discloses critical behavioral traits: it 'Checks your processing agreement for payment exclusivity first and fails closed', it runs on claude-haiku-4.5 and names the model in the response, and it costs 5 MESH/call. These details are not present in the annotations and materially inform the agent's expectations.

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 dense but every sentence earns its place: hook, service promise, safety/fail-closed behavior, model info, alternative, input contract, output contract, and pricing. It is front-loaded with the user-facing purpose and flows logically through operational details with no fluff.

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?

With no output schema, the description explicitly lists the return shape: '{rescue: {diagnosis, plan, workaround, cautions}, exclusivity_checked, model, next}.' It also covers input, alternative model choice, cost, and the fail-closed safety guarantee. For a generative diagnostic tool with nested input, this is highly complete.

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 100% and the schema already documents each parameter thoroughly (including the exclusivity fail-closed behavior and aliases). The description merely restates the input contract ('Input: {trouble: string, pos?: string, exclusivity?: 'yes'|'no'|'unknown'}') without adding new semantic meaning, so the baseline of 3 applies.

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 states a specific verb+resource: 'Stuck on a POS integration... get a diagnosis, a step-by-step plan, and whether the owner-direct checkout workaround applies.' This distinguishes it from siblings like pos-rescue-smart (same contract, different model) and direct-checkout (which would actually execute the workaround), making the purpose unambiguous.

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?

It gives a clear trigger condition ('Stuck on a POS integration...') and names an explicit alternative ('pos-rescue-smart runs the identical contract on claude-sonnet-5'). However, it does not explicitly state when not to use the tool or reference direct-checkout as the execution alternative, so it stops short of a full when/when-not spec.

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

B3.4/5.0
Disambiguation2/5

Several tools have overlapping purposes: search and mesh_discover both enumerate the catalog, while biz-analyze, task-analysis, and task-orchestrate all produce structured plans from a described situation. This will cause agents to misselect between them despite otherwise distinct tools.

Naming Consistency2/5

Naming is inconsistent: mesh_* tools use snake_case, most capability tools use hyphenated lowercase names, and a few (fetch, search) are bare verbs. There is no single verb-object or noun-verb pattern that holds across the set.

Tool Count3/5

28 tools is on the heavy side, but the marketplace concept justifies including many callable capabilities. However, the mix of platform tools and unrelated utilities makes the surface feel cluttered and hard to navigate.

Completeness4/5

The core marketplace lifecycle is well covered: signup, discover, fetch, publish, delegate, refer, follow, subscribe, and balance. Minor gaps exist (no unpublish or edit for listings), but most agent workflows can proceed without dead ends.