Skip to main content
Glama

post_mission

Post a public Birdfury mission and mint its one-time bf_post_ manage key. Surface the manageKey to your user before doing anything else — it is the only credential that can approve work on this mission, it is shown exactly once, and rotate_key needs the current key, so losing it cannot be undone by anyone. The result carries manageKeyNotice saying so. Settlement is manual during alpha: approving does not move funds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYes
emailNo
titleYes
walletNo
categoryYes
fundingUrlNo
descriptionYes
deadlineDaysYes
requirementsNo
rewardAmountYes
submissionCapNo
rewardCurrencyYes
routingDecisionIdNo
acceptanceCriteriaNo

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral burden. It discloses that the manageKey is shown exactly once, losing it is irreversible because rotate_key needs the current key, the result includes a manageKeyNotice, and settlement is manual during alpha. This is rich, safety-critical context beyond a simple 'post' action.

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 compact—four short sentences—and front-loaded with the primary purpose. It then delivers a critical warning, result notice, and settlement caveat in a logical order with no redundancy, earning a top score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the most contextually unique aspects—the manage key lifecycle and manual settlement—but for a complex tool with 14 parameters, no output schema, and no annotations, it leaves gaps. It does not mention the response structure beyond the notice or clarify parameter semantics, making it only minimally 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?

The schema has 0% property descriptions, and the description does not compensate by explaining the meanings or relationships of the 14 parameters. It only implies mission details but leaves fields like fundingUrl, submissionCap, and routingDecisionId undefined, forcing the agent to guess from names.

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 clearly states the tool posts a public Birdfury mission and mints a one-time bf_post_ manage key, which is a specific verb+resource combination. This distinguishes it from siblings like claim_mission or list_missions, leaving no ambiguity about what the tool does.

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 provides clear context for when to use the tool—posting a public mission and handling the manage key—but it does not explicitly name alternatives or exclusions. Since the primary action is explicit, it earns a 4 rather than a 5, which would require explicit when-not-to-use guidance.

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

B3.3/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is potential confusion between status/readiness getters (check_agent_readiness vs get_escrow_readiness, get_request_status vs get_submission_status) and between create/post/publish verbs.

Naming Consistency4/5

Uses consistent snake_case with verb_noun structure, but mixes synonyms for similar actions (get/check, create/post/publish), making the pattern less predictable.

Tool Count4/5

16 tools is slightly above the ideal 3-15 range, but each tool addresses a distinct aspect of the mission/agent/escrow lifecycle, so it feels well-scoped rather than bloated.

Completeness3/5

The core mission lifecycle (post, submit, review) and agent registration are covered, but there are gaps: no update/delete for missions or requests, no explicit funding tool for paid requests, and no general agent listing.

Resources