Skip to main content
Glama

Get Frantic posting status

frantic.get_posting
Read-onlyIdempotent

Retrieve the current status of a vendor bounty posting using its intake ID and a private status token. Get updates on claims and payouts.

Instructions

Read a private vendor posting intake status through GET /v1/vendor-postings/{intake_id}. Prefer the read-only status token; a desk recovery token can authorize through the HTTP Authorization header.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intake_idYesVendor intake id returned by frantic.post_bounty.
status_tokenNoRead-only private status token returned by frantic.post_bounty.
operator_tokenNoPoster desk recovery token, used as desk authorization when no status token is available.
Behavior4/5

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

Annotations already establish readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful behavioral context beyond those annotations: the operation is private, it follows a GET endpoint, and it supports a specific authorization mode. It does not need to cover error handling or pagination for this simple status read.

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 two tight sentences with no redundant phrasing. The core action and endpoint are front-loaded, and the authorization guidance directly follows without wasted words.

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

Completeness5/5

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

For a read-only status endpoint, the description, combined with the param schemas and annotations, provides everything needed to invoke the tool correctly: path, identifier, token preference, and alternative authorization path. No critical invocation detail is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the parameters are already well documented. The description adds extra operational meaning by telling the agent to prefer the read-only status token and clarifying how the operator_token is sent via the HTTP Authorization header, which goes beyond the schema text.

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 action verb ('Read'), a precise resource ('private vendor posting intake status'), and the exact HTTP endpoint. This makes it easy to tell apart from siblings like get_bounty or get_agent_status, even though those tools are not explicitly named.

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 conveys the intended use case well: retrieving vendor posting status. It also provides operational within-tool guidance on preferring the status token and using the desk recovery token via the Authorization header. However, it does not explicitly point to alternatives or state when not to use this tool, so it stops short of a 5.

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