Skip to main content
Glama

Claim product request for builder

claim_product_request_for_builder
Destructive

Mint a paste-ready Builder claim recipe for FreedomOS product-inbox members. Does not run the coding agent. Use when a product-inbox member needs the claim paste for a filed request.

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdNoFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
request_idYesrequest_id UUID from submit_product_request
stamp_claimNoIf true (default), stamp context_payload.builder_claim {claimed_at, frontier_model, by} on the card.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations: it is a write-tier action, first use may require manager approval, approval can persist or be one-time, and the card itself is the confirmation. This is valuable since annotations only mark destructiveHint=true. It does not detail what exactly is mutated or destroyed, but the approval and workflow context is strong.

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

Conciseness4/5

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

The main description is front-loaded with the core action and use case, followed by a compact operational note. The approval-mode text is slightly dense but earns its place because it affects how the agent should call the tool. No filler is present.

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?

For a write tool with no output schema, the description conveys purpose, trigger condition, output concept (paste-ready claim), and approval behavior. It is complete enough for an agent to decide and invoke correctly. It could be more explicit about side effects and return value, but those are partially covered by the schema and the phrase 'paste-ready claim recipe.'

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 input schema already has 100% coverage with clear descriptions for all three parameters, so the baseline is 3. The description reinforces the meaning of request_id as a 'filed request' and the claim-paste workflow, but it does not add meaning beyond what the schema already provides.

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 states a specific action—mint a paste-ready Builder claim recipe—and names the target audience and resource (product-inbox members, filed request). The clarification that it does not run the coding agent helps define scope. It does not explicitly differentiate from closely related sibling tools like attach_product_request_pr or submit_product_request, so it falls short of a 5.

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 explicitly says when to use it: when a product-inbox member needs the claim paste for a filed request. It also provides operational guidance about approval types and instructs calling on the first clear ask without re-asking. It does not mention when not to use it or name alternative tools for similar cases.

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.

Resources