Skip to main content
Glama
TokonoMix

tokonomix-council-mcp

Official
by TokonoMix

tokonomix_single_ask

Make a single-model AI call for routine reasoning, tool orchestration, or classification. Get a plain answer at lower cost than consensus-based queries.

Instructions

Single-model passthrough call. Cheaper than consensus — use for routine reasoning, tool-orchestration, classification. Returns the model's plain answer with markup billing on top. Tip: use tokonomix_consensus_ask instead when correctness matters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoBare model slug (e.g. "claude-haiku-4-5-20251001", "gpt-5"), or "default" to use the key/account default. Provider-prefixed slugs ("anthropic/claude-...") also accepted. If omitted, uses "default". Must be a vision-capable model when images are provided.
imagesNoOptional images to include in the user message (vision input). Non-streaming only. Requires a vision-capable model (use tokonomix_list_models({"supports":["vision"]}) to find one). Constraints: ≤8 images, ≤5 MB decoded per image, ≤20 MB total across all images.
promptYesThe user prompt to send.
systemNoOptional system prompt prepended to the messages array.
max_tokensNoMax output tokens. Default: 1024; clamped to a 16384 ceiling.
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the passthrough nature, billing model, and the trade-off with consensus. It does not mention authentication or rate limits, but for a simple call tool these are less critical. The description adds value beyond structured fields.

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 concise (two sentences plus a tip) and front-loaded with the core purpose. Every sentence contributes to understanding the tool's role, usage, and trade-offs without redundancy.

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?

The description covers purpose, usage context, and return type. It does not detail error scenarios or authentication, but these are not typically required for a simple single-model call. The lack of an output schema is partially offset by the explicit mention of the plain answer return. Overall, complete enough for effective selection and invocation.

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 parameters are already well-documented. The description focuses on tool usage rather than parameter details, which is acceptable since the schema handles that. No additional parameter semantics beyond what the schema provides.

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 identifies the tool as a 'Single-model passthrough call', which is a specific verb+resource. It distinguishes itself from the sibling consensus tool by mentioning cost and use cases, and it states the return value (plain answer with markup billing).

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

Usage Guidelines5/5

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

Explicit guidance is given: 'Cheaper than consensus — use for routine reasoning, tool-orchestration, classification.' It also names the alternative tool directly: 'use `tokonomix_consensus_ask` instead when correctness matters.' This fully addresses when and when not to use the tool.

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/TokonoMix/tokonomix-council-mcp'

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