Skip to main content
Glama

route_verdict

Read-only

Selects the optimal AI model for a given task by evaluating live pricing, benchmarks, latency, and operational status. Returns a signed verdict with reasoning.

Instructions

TensorFeed's signed model-routing decision: the single best model for a task or named model, fused from live pricing, contamination-discounted benchmarks, real production usage, measured p95 latency, incident state, and deprecation flags, with the reasoning. tier='preview' (default) is free (10 calls per day per IP), top verdict only. tier='full' costs 1 credit ($0.02), adds ranked runners-up, constraint filters, and an AFTA-signed receipt you can audit, and needs a TENSORFEED_TOKEN. Get credits at tensorfeed.ai/developers/agent-payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNo'preview' (default, free) or 'full' (1 credit; adds runners-up, filters, signed receipt).
taskNoTask type to route for (code, reasoning, creative, general). Provide task or model.
modelNoModel id or display name to narrow the verdict to one model (e.g. "Claude Opus 4.7" or "claude-opus-4-7"). Provide task or model.
max_latency_p95_msNoFull tier only. Drop candidates whose measured p95 latency exceeds this value (ms).
budgetNoFull tier only. Max blended USD per 1M tokens.
min_qualityNoFull tier only. Minimum trust-discounted quality score in [0, 1].
require_operationalNoFull tier only. Default true. Set false to keep candidates known down or in failover.
exclude_deprecatedNoFull tier only. Default true. Set false to keep deprecated or sunsetted models.
Behavior5/5

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

Beyond annotations (readOnlyHint=true), the description adds critical behavioral context: it is a paid operation (credit cost), has rate limits (10/day for preview), requires authentication for full tier (TENSORFEED_TOKEN), and describes output contents (reasoning, runners-up, signed receipt). No contradiction with annotations.

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

Conciseness4/5

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

The description is concise (three sentences) and front-loaded with the tool's purpose. It efficiently covers multiple aspects (purpose, tiers, costs, auth) without unnecessary verbosity. Slightly dense but acceptable.

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

Completeness4/5

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

For a complex tool with 8 parameters and no output schema, the description provides substantial context: data sources, tier behavior, constraints, authentication, and output summary. Missing details on exact output format, but overall sufficient for an agent to decide and invoke correctly.

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?

Schema description coverage is 100%, so baseline is 3. The description adds marginal value beyond the schema, such as explaining tier differences and that task or model must be provided. The schema already adequately documents all parameters.

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 returns a signed model-routing decision, specifying it fuses multiple data sources (pricing, benchmarks, latency, etc.) to recommend the single best model for a task or named model. It distinguishes between free preview and paid full tiers, avoiding tautology and providing specific verb+resource.

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 explains when to use (for model routing decisions) and provides context on tier costs, rate limits, and authentication needs. However, it does not explicitly mention when not to use or list alternative sibling tools (e.g., failover_verdict, benchmark_series), leaving some ambiguity for the agent.

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/RipperMercs/tensorfeed-mcp'

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