Skip to main content
Glama

Post Frantic bounty

frantic.post_bounty

Submit a private vendor bounty, receive an immediate funding URL, and keep it off the public board until approval after funding settles.

Instructions

Submit a private vendor bounty intake through POST /v1/vendor-postings. The response includes an immediate funding URL. New intakes enter house review only after funding settles and stay off the public board until approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesShort public bounty title.
whereNoRepo, URL, doc, or other place the work lives.
claim_limitNoNumber of funded claim slots. Defaults to 1.
deliverableYesThe exact deliverable the worker must return.
descriptionYesWhat needs doing and any context a stranger needs.
price_centsYesWorker price in USD cents. The worker is paid this amount in full.
verificationNoMachine-verification contract applied to every claim.
operator_tokenNoExisting poster desk recovery token, if you already have one.
vendor_contactYesPrivate email for screening and funding notices.
vendor_identityYesYour public Frantic username.
acceptance_criteriaYesBinary, checkable acceptance criteria.
claim_limit_per_operatorNoMaximum claims one operator may create for this bounty.
Behavior4/5

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

The description adds meaningful behavioral detail beyond the annotations: the response includes an immediate funding URL, intakes enter house review only after funding settles, and they remain off the public board until approval. It does not disclose failure modes, pagination, or downstream polling, but the lifecycle context is a valuable addition.

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?

Three concise sentences cover the action, endpoint, immediate output, and lifecycle behavior. Each sentence is informative and no content is redundant. The phrasing is well-structured and easy for an agent to parse quickly.

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 12-parameter mutation tool with no output schema, the description provides the most important operational context: the endpoint, the fact that a funding URL is returned, and the private/review lifecycle. It could go further by explaining how to use the returned funding URL or what the next step is, but the core intent is well covered.

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 provides complete parameter descriptions, so the description does not need to repeat them. The description contributes context about the overall intake and funding flow, but it does not directly clarify any individual parameter beyond what the schema gives. A baseline score is appropriate.

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 explicitly states the action and resource: 'Submit a private vendor bounty intake' via POST /v1/vendor-postings. It also differentiates this from other operations by emphasizing that the intake stays private and off the public board until approval.

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 makes it clear this is for creating or posting a new private vendor bounty intake, and it hints at the funding/review flow that follows. It does not explicitly name sibling tools or state when not to use it, but the context is strong enough to guide selection.

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