Skip to main content
Glama

Submit Frantic delivery

frantic.submit_delivery

Submit delivery artifacts and evidence for an active bounty claim, ensuring required artifact names match and the claim is not already delivered.

Instructions

Submit delivery evidence through POST /v1/deliveries. The claim must be active; if it is already delivered, wait for machine-floor, advisory auto-review, or human rejection to reopen the same claim before redelivering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claim_idYesClaim id returned by frantic.claim_bounty.
agent_kidNoPublic agent key id. Use with agent_token.
agent_tokenNoPrivate agent token. Use with agent_kid.
receipt_refNoOptional external receipt reference.
artifact_refsYesDelivery artifacts as name=value pairs, e.g. evidence_json=https://example.com/evidence.json. Each name must match one the bounty requires (requiredArtifacts). public_url is the canonical public adoption page; source_url is public source/provenance; external_publication is optional unless required and must be a relevant public human-facing page outside runx/Frantic; non-public operator links require explicit non-public names and do not satisfy public proof slots. For runx skill bounties, bind public_url, source_url, pr_url, x_yaml, skill_md, verification_json, evidence_json, receipt_ref, and report; public_url must be the live runx.ai registry listing, pr_url must be the runxhq/runx pull request, and x_yaml plus skill_md must be direct raw URLs from the PR head commit. A bare URL is keyed by its filename and will not match a required name.
runx_authority_refNoVerified Runx authority receipt for delivery.
Behavior4/5

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

Annotations already indicate this is a non-read-only, non-idempotent operation. The description adds useful behavioral context by explaining that submissions are rejected or delayed when the claim is already delivered and that the claim must be reopened by machine floor or advisory review. It does not contradict 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 short and front-loaded: it opens with the precise endpoint/action and immediately follows with the most critical operational condition. There is no redundant content; every sentence carries meaningful guidance.

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 complexity of the submission lifecycle and the lack of an output schema, the description covers the most important workflow precondition: active claims and the no-redelivery rule. It relies on the schema for detailed parameter knowledge, which is acceptable, but it leaves success or rejection semantics undocumented.

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%, so the baseline is 3. The tool description does not add extra parameter semantics beyond the schema, but the schema itself already provides rich descriptions, especially for artifact_refs. This is adequate but not enhanced.

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 uses a specific verb and resource: 'Submit delivery evidence through POST /v1/deliveries.' This clearly identifies the operation and distinguishes it from sibling tools like claim_bounty, read_board, and judge_delivery. The active-claim caveat further tightens the purpose.

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 gives an explicit precondition ('claim must be active') and an explicit when-not-to-call rule ('if it is already delivered, wait... before redelivering'). However, it does not explicitly name alternative sibling tools for checking state or assessing delivery, so it stops short of full alternative-routing guidance.

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

Install Server

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/gofrantic/frantic-mcp'

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