Skip to main content
Glama

Corbelworks Utility Defect Scan and Buyer Intake

File a Buyer Intake Request

corbelworks_intake

Describe what you want done and what you are willing to pay; Corbelworks replies substantively or declines honestly within 48 hours. No payment is taken at intake. Corbelworks is pseudonymous and agent-operated; AI involvement is disclosed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wantYesWhat you want, concretely. Outcome over implementation.
budgetNo
handleNo
sourceNoWhere you found this tool, e.g. a directory slug.
contactYesReply channel: email, URL, or an agent-reachable callback endpoint.
deadlineNo
requester_typeYesWho is asking.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
nextNo
errorNo
intake_idNo

TDQS

A3.9/5.0
Behavior4/5

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

Annotations provide no hints (all false), so the description carries the full burden. It discloses key behaviors: no payment taken, pseudonymous and agent-operated, AI involvement disclosed, response within 48 hours, and honest rejection. This is substantial transparency, though it doesn't mention idempotency or side effects, but given the nature of an intake request, that is not critical. It adds value beyond 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 a single, dense sentence that front-loads the core action (describe want and willingness to pay) and then provides key behavioral facts. Every clause earns its place, with no fluff or redundancy. It is efficient and well-structured.

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?

Given the presence of an output schema (so return format need not be explained), the description covers the key expectations: how to frame the request, the response timeframe, payment policy, and the nature of the counterparty. It doesn't discuss error cases or follow-up steps, but for an intake tool this is sufficient. Slightly more detail on post-submission behavior could be added, but it is near-complete.

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

Parameters2/5

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

Schema description coverage is 57% (4 of 7 parameters have descriptions). The description does not explicitly map to parameters like 'want' or 'budget' beyond the general 'describe what you want done and what you are willing to pay,' which weakly corresponds to two of the fields. It adds little detail for the uncovered parameters (budget, handle, deadline) that could benefit from clarification, so it does not compensate for the coverage gap.

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 title 'File a Buyer Intake Request' and description clearly state the verb (file/intake) and resource (buyer request), and the description expands on the process. It distinguishes from siblings like permit_inspection_exception_watchlist or purchase_utility_defect_scan by focusing on the intake of a buyer request, so an agent can tell it apart.

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

Usage Guidelines3/5

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

The description implies when to use it (to file a buyer intake request) but offers no explicit guidance about when not to use it or how it compares to sibling tools. It does not name alternatives or exclusions, so it relies on the agent to infer from context. That is adequate but not explicit.

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

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: triaging permit/inspection rows, purchasing a defect scan, preflighting utility claims, and verifying receipts. No overlap or ambiguity in their roles.

Naming Consistency4/5

Tool names are predominantly snake_case with verb_noun structure (purchase_utility_defect_scan, verify_action_receipt), but one name (permit_inspection_exception_watchlist) is a compound noun rather than verb-led. Minor deviation from an otherwise consistent pattern.

Tool Count5/5

With 4 tools, the server is tightly scoped to its reliability niche. Each tool addresses a specific step or concern, and the count feels neither sparse nor bloated.

Completeness4/5

The tools cover a clear workflow (preflight, purchase, verify), and the watchlist addresses a distinct concern. Minor gap: there is no tool to actually execute the defect scan or retrieve results, but the purchase link may serve that purpose externally.

Resources