Skip to main content
Glama

About Flow AI

about_flow_ai
Read-onlyIdempotent

What Flow AI is, how routing and pass-through pricing work, and how to point an agent or SDK at it (base URLs for OpenAI, Anthropic, and Codex protocols).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false, which fully cover the safety and side-effect profile. The description adds valuable context beyond annotations by specifying the topics covered (routing, pricing, base URLs) and the protocols (OpenAI, Anthropic, Codex). It does not contradict any annotation and provides behavioral clarity about what the tool returns conceptually.

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 a single sentence that packs a lot of information: the tool's essence, three topics (routing, pricing, base URLs), and three protocols. It is front-loaded with 'What Flow AI is' and then expands. No redundant words. It could be slightly more structured (e.g., listing topics) but is appropriately concise for its content.

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 an informational tool with no parameters and no output schema, the description is sufficiently complete to inform an agent what to expect. It covers the key areas an agent would need to know. However, it does not explicitly state the return format (e.g., 'returns a text explanation' or 'returns a summary'), which could be assumed but is not stated. Given the simplicity, this is a minor gap.

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?

There are zero parameters, so schema description coverage is 100% vacuously. The description correctly focuses on the tool's content rather than parameters. With no parameters to document, a baseline score of 4 is appropriate per the rubric.

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 purpose: explaining what Flow AI is, how routing and pass-through pricing work, and how to point an agent or SDK at it (base URLs for three protocols). This is a specific verb-resource pair ('about') and content list, and it distinguishes itself from the sibling operational tools (bus_*, list_free_models, etc.) which are clearly action-oriented. An agent can immediately tell this is an informational/reference tool.

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

Usage Guidelines3/5

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

The description explains what content is provided but does not explicitly state when to use this tool versus alternatives. There is no guidance on when to call it (e.g., 'before using other Flow AI tools' or 'when you need base URLs'). The name and content imply it is for orientation, but the description doesn't make the usage context explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources