Skip to main content
Glama

Model Routing Decision Table

sdd_model_routing
Read-onlyIdempotent

Returns the model routing decision table for all 10 SDD pipeline phases, with optimal model, configuration, and cost savings based on team size and request volume.

Instructions

Return the full model routing decision table for all 10 SDD pipeline phases. Includes the optimal model, chat mode, extended thinking setting, rationale, evidence arXiv ID, and cost savings vs Opus-for-everything for your team size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_sizeNoNumber of developers on the team (used for cost savings calculation)
requests_per_dayNoEstimated tool calls per developer per day
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds that the tool returns specific content (model, mode, cost savings) but does not disclose additional behavioral traits like rate limits or side effects, which are unnecessary given the read-only nature.

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 a single, well-structured sentence that front-loads the main action and lists what is included. It is concise with no wasted words, earning its place.

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?

Given no output schema, the description sufficiently explains the return value, including the 10 phases and specific details (optimal model, rationale, cost savings). This is complete for a read-only informational tool.

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%, providing a baseline of 3. The description adds meaning by linking team_size to cost savings calculation and implying requests_per_day is used, enhancing understanding beyond the schema's parameter descriptions.

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 that the tool returns the full model routing decision table for all 10 SDD pipeline phases, listing the specific details included. This distinguishes it from sibling tools that are action-oriented (e.g., sdd_advance_phase, sdd_implement).

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 purpose is so clearly defined that usage is obvious, but explicit guidance on when to use versus alternatives or when not to use is missing. The tool's read-only nature is implied but not contrasted with siblings.

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/paulasilvatech/specky'

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