Skip to main content
Glama

ingest_key

Returns (minting the first time) the key for /in//, where a ping creates its own monitor inside the free tier. Instruments a whole fleet with no setup call per job. One key per owner. Point a whole fleet at /in/<key>/<slug> and each job creates its monitor on the first check-in, inside the free tier — beyond it the ping answers 402 without creating anything. The key survives signing in: the crontab you deployed keeps working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guest_tokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so unusually well: it discloses idempotent minting, the side effect of creating a monitor on first check-in, the 402 failure beyond the free tier, and key persistence across sign-in. This gives an agent a clear behavioral model.

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 description front-loads the key result and is reasonably scannable, but it repeats the 'free tier' and 'whole fleet' concepts almost verbatim. It earns its place overall but could be tightened without losing meaning.

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?

For a simple one-optional-parameter tool, the description covers usage context, side effects, and failure modes well. However, there is no output schema, no mention of the return format, and the guest_token parameter is unexplained, leaving a noticeable gap for an agent deciding how to invoke it.

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 input schema has one optional parameter, guest_token, with 0% schema description coverage, and the description never mentions this parameter at all. An agent cannot infer what guest_token is for, when to include it, or what value to pass.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns (and mints on first call) the key for /in/<key>/<slug>, which is a specific verb and resource. It is distinguishable from a ping tool, but it does not explicitly contrast itself with ingest_key_rotate or other key-related siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It conveys when to use the tool by describing fleet instrumentation with no per-job setup and one key per owner, and it warns about the free-tier limit. However, it never explicitly names alternatives or says when not to use this tool versus a sibling like ingest_key_rotate.

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