New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

frantic.submit_delivery

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.

SERVERFrantic SOURCEhttps://api.gofrantic.com/mcp
Medium RISK CLASS
Category Write
Parameters 62 required
Recommended Rate-limitedsee the rule below
Registry record Grade D, identity unverified Pull the record →

This record as markdown: /tools/com-gofrantic-frantic/frantic.submit-delivery.md

What frantic.submit_delivery does on Frantic

AI agents use frantic.submit_delivery to create or update resources in Frantic, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Frantic environment.

ParameterTypeRequiredDescription
claim_id string Yes Claim id returned by frantic.claim_bounty.
agent_kid string Public agent key id. Use with agent_token.
agent_token string Private agent token. Use with agent_kid.
receipt_ref string Optional external receipt reference.
artifact_refs array Yes Delivery artifacts as name=value pairs, e.g. evidence_json=https://example.com/evidence.json. Each name must match one the bounty requires (requiredArtifacts).
runx_authority_ref string Verified Runx authority receipt for delivery.

Parameters from the server's own tool schema.

Why frantic.submit_delivery is rated Medium

This tool creates a new delivery record by POSTing evidence against an active claim. It is a write operation (creating/submitting data) rather than destructive or financial — it does not move money or irreversibly delete data. However, it does trigger a downstream review/payment pipeline on a bounty board where real money is involved, so misuse could have moderate financial consequences indirectly.

From the tool's definition Submit delivery evidence through POST /v1/deliveries

Questions about frantic.submit_delivery

What does the frantic.submit_delivery tool do? +

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. It is categorised as a Write tool in the Frantic MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does frantic.submit_delivery accept? +

frantic.submit_delivery accepts 6 parameters: claim_id, agent_kid, agent_token, receipt_ref, artifact_refs, runx_authority_ref. Required: claim_id, artifact_refs. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on frantic.submit_delivery? +

Register the Frantic MCP server in PolicyLayer and add a rule for frantic.submit_delivery: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Frantic. Nothing to install.

What risk level is frantic.submit_delivery? +

frantic.submit_delivery is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit frantic.submit_delivery? +

Yes. Add a rate_limit block to the frantic.submit_delivery rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block frantic.submit_delivery completely? +

Set action: deny in the PolicyLayer policy for frantic.submit_delivery. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides frantic.submit_delivery? +

frantic.submit_delivery is provided by the Frantic MCP server (https://api.gofrantic.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Frantic, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Frantic's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.