Skip to main content
Glama

Get Frontier capabilities

get_capabilities
Read-onlyIdempotent

Get the public endpoints, stable aliases, and exact Chat Completions constraints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
mcpUrlYes
docsUrlYes
accountUrlYes
apiBaseUrlYes
openapiUrlYes
modelAliasesYes
accountChangesYes
chatCompletionsYes

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the specific data scope (endpoints, aliases, constraints) but no additional behavioral context such as authentication requirements, rate limits, or response size.

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?

One sentence, front-loaded with the action verb, contains zero filler. Every word contributes to defining the tool's output scope.

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?

With no parameters and an output schema present, the description sufficiently defines what the tool returns. It explicitly lists the three content categories, making the tool's purpose self-contained.

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?

The schema has zero parameters and the description doesn't need to elaborate on parameter semantics. The baseline of 4 applies because there are no params to describe.

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 uses the specific verb 'Get' and clearly enumerates three distinct resource types: public endpoints, stable aliases, and exact Chat Completions constraints. This precisely distinguishes it from siblings like get_usage and list_models.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. There is no mention of get_usage, list_models, or any decision criteria for selecting this capability endpoint.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool serves a distinct purpose: capabilities, usage, and model listing. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern, using either 'get_' or 'list_' for retrieval operations. The pattern is predictable and readable.

Tool Count5/5

With only 3 tools, the server is tightly scoped to its purpose of providing API information and usage. Each tool is necessary and the count is appropriate for a read-only info service.

Completeness5/5

The set covers the essential informational needs for the Frontier API: capabilities, usage, and available models. There are no obvious gaps given the stated server purpose.

Resources