Skip to main content
Glama
TokonoMix

tokonomix-council-mcp

Official
by TokonoMix

tokonomix_list_models

List active AI models from your account, filtering by region, provider, tier, or capability to find models that meet data-residency, feature, and performance needs.

Instructions

List the active models reachable through this account. Filter by hosting region for EU data-residency routing, by provider, by tier, or by capability. Returns id, owned_by, hosting_region, context_window, input/output price per 1M cents, capabilities (tools, vision, json_schema, prompt_caching, reasoning, audio_input, pdf_input). When recent-speed exposure is live on the platform, entries also carry a speed object (tier + recent p95/responsiveness numbers, advisory only — not a guarantee) and you can filter with max_p95_ms / speed_tier to self-select faster models; if the feature is not yet live these two filters are no-ops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoFilter to one model tier (catalog quality/pricing tier — not the recent-speed tier, see speed_tier).
limitNoMax results. Default 500, max 1000. The reply reports how many models matched in total, so you can tell whether the list was cut off.
providerNoFilter to one provider (anthropic, openai, google, ovh, openrouter).
supportsNoComma-separated capability list; models must support ALL of these.
max_p95_msNoOnly return models whose recent gateway p95 latency (EWMA) is at or under this ceiling, in milliseconds. Models with no recent gateway data are excluded (can't confirm they're fast). Advisory, recent-observed — not an SLA. No-op if recent-speed exposure is not yet live.
speed_tierNoFilter to one recent-speed tier (distinct from `tier` above). "unknown" = too little recent traffic to classify. No-op if recent-speed exposure is not yet live.
hosting_regionNo"eu" matches eu OR fr. Use for EU data-residency routing (a hedge against transatlantic transfer — not a full GDPR compliance guarantee).
origin_countryNoISO 3166-1 alpha-2 country code of the model's origin (e.g. "US", "FR", "DE"). Filters to models whose AI lab is headquartered in that country. Useful for origin-country filtering — e.g. models from EU-headquartered labs.
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses conditional behavior (speed features not yet live, no-op filters), the advisory nature of speed data, and the meaning of 'eu' matching both eu and fr. It does not mention auth, rate limits, or errors, but for a read-only list tool this is acceptable.

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 moderately long but information-dense, front-loading the core action and return fields. Conditional speed behavior is explained clearly, and every sentence contributes meaningful detail. It could be slightly more concise, but it remains well-structured for the tool's complexity.

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?

Given 8 parameters and no output schema, the description covers return values well, lists the key fields, and explains conditional speed behavior. It lacks explicit error/edge-case handling, but for a listing tool this is a minor gap. The description is sufficiently complete for an agent to use the tool effectively.

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 input schema provides 100% coverage with detailed descriptions for all 8 parameters, so the description does not need to add much. It does offer use-case framing (e.g., EU data-residency routing, speed selection) but not syntax-level additions 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 clearly states the tool's action: 'List the active models reachable through this account.' It also enumerates the returned fields, making its purpose unambiguous. It stands apart from sibling tools, which handle balances, consensus, and skills rather than model listing.

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 concrete usage contexts, such as filtering by EU data-residency routing and self-selecting faster models via speed filters. It does not explicitly discuss when NOT to use the tool or name alternatives, but since no sibling tool lists models, the guidance is sufficient. The no-op warning for speed filters adds important context.

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