Skip to main content
Glama

Mint ephemeral inbox — webhook inbox, request bin

mint_inbox

Mint a capture URL (POST /inbox). Install via GET https://inbox.kymac.co/llms.txt only. Prefer Authorization: Bearer; X-API-Key is an alias. First key includes 1 free credit. Quote first with quote_credits (no debit). Debits 1 credit on success (credit.debit reason=inbox_mint, request_id=inbox id). 201 body includes id, capture_url, expires_at, credits_remaining. HTTP fails use code/message/retryable/next (error aliases message). 401 next=refresh key. 402: code=insufficient_credits, retryable=false, next=buy credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations only convey readOnlyHint=false and destructiveHint=false. The description adds substantial behavioral detail beyond this: debits 1 credit on success with the exact reason code, 201 response body fields, the error envelope (code/message/retryable/next), and specific 401/402 response semantics. This fully discloses side effects and failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core purpose is front-loaded in the first sentence, and every clause is information-dense. However, the remaining content is a run-on wall of technical detail (auth, credits, error handling) with no logical separation, making it harder to parse than a structured presentation would be.

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?

Despite having no output schema, the description fully documents the 201 response fields (id, capture_url, expires_at, credits_remaining), the error envelope, credit debit behavior, and authentication requirements. For a 0-parameter tool with this credit/error complexity, nothing an agent needs to call or interpret the result 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?

The tool has 0 parameters and 100% schema coverage, so the baseline is 4. The description adds no parameter meaning (there are none), but documents auth header expectations and response fields that enrich the call context without contradicting the empty schema.

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 states a specific verb and resource: 'Mint a capture URL (POST /inbox).' This clearly differentiates from sibling capture_inbox (which presumably targets an existing inbox), and the title 'webhook inbox, request bin' reinforces the purpose. An agent can tell exactly what operation this performs.

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?

Provides clear workflow context: quote first with quote_credits (no debit), install via GET llms.txt only, prefer Bearer auth with X-API-Key as an alias. It even routes to a sibling tool for a prerequisite step. It lacks explicit when-not-to-use guidance for capture_inbox, but the procedural context is strong.

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.

Resources