Skip to main content
Glama
oviron

openrouter-admin-mcp

by oviron

or_generation

Retrieve detailed metrics for a single inference call by its generation ID: cost, tokens, latency, finish reason, and provider, to explain call-specific charges.

Instructions

Get details of a single inference call by its generation_id (returned by OpenRouter in completion responses, e.g. 'gen-abc123'). Returns cost, tokens, latency, finish reason, provider — useful when an agent needs to explain why a specific call cost what it did.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesGeneration ID returned by OpenRouter (e.g. 'gen-abc123')
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the return fields and the source of the generation_id, which conveys that this is a read-only lookup. It does not mention error cases or auth requirements, but for a simple retrieval tool this is sufficient.

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?

Two sentences, front-loaded with the action and resource. Every sentence adds value: the first defines the operation and the identifier, the second lists the returned data and a concrete use case. No 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 single-parameter lookup tool with no output schema, the description is complete: it names the input, explains where the input comes from, and lists the return fields. Sibling tools are not confused with this tool. No further context is needed.

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 schema already provides full coverage for the single parameter, including the example 'gen-abc123'. The description reinforces that the ID is returned by OpenRouter but adds little beyond the schema. Baseline 3 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 opens with a specific verb and resource: 'Get details of a single inference call by its generation_id.' It clearly distinguishes itself from sibling tools by targeting a single call identifier and listing the exact details returned (cost, tokens, latency, finish reason, provider).

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 a clear use case: 'useful when an agent needs to explain why a specific call cost what it did.' It does not explicitly name alternative tools for other scenarios, but the context is unambiguous for a single-generation lookup.

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/oviron/openrouter-admin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server