Skip to main content
Glama

Describe Vortex

capabilities

Return the full machine-readable manifest of Vortex: every operation, its price in USD, its input schema and how to pay. Free.

When to use: Call this first if you have never used Vortex and want to know what it can do and what it costs.

Price: Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations provided, the description is the sole source of behavioral disclosure. It states the tool returns a manifest, is free, and lists the manifest's contents, implying a read-only scope with no side effects. It doesn't specify the exact output format or potential size limits, but for a discovery tool with zero parameters, this is adequate and does not contradict any annotations (since there are none).

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 two short paragraphs with the core action front-loaded, followed by a clear 'When to use' line and a cost note. Every sentence earns its place: purpose, usage guidance, and cost. No redundancy or fluff.

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 the tool's simplicity (no parameters, no output schema), the description fully covers what it does, what the manifest includes, when to use it, and that it's free. The 'machine-readable manifest' phrasing hints at the output format, and the enumerated contents compensate for the absence of an output schema. Nothing an agent needs to call it correctly is missing.

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 tool has zero parameters, so the description appropriately adds no parameter information. The empty schema already indicates this, and the description doesn't need to explain missing fields. The baseline of 4 for zero parameters is justified because the description complements the schema without redundancy.

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 states a specific verb ('Return') and a precise resource ('the full machine-readable manifest of Vortex'), enumerating exactly what the manifest contains (operations, prices, input schemas, payment). This clearly distinguishes it from sibling tools, which are individual operations like credit_deposit or find, by positioning it as the whole-API discovery tool.

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?

It explicitly provides a usage condition: 'Call this first if you have never used Vortex and want to know what it can do and what it costs.' This gives clear when-to-use context, and the sibling tools are the alternatives one would use after this discovery call, so the guidance is effectively unambiguous.

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.1/5.0
Disambiguation5/5

Each tool has a clearly distinct role: search (find), reach verification (feasibility), cost breakdown (landed), price history (history), alerts (watch), and account management (identity_create, credit_deposit, whoami). Even the overlapping cross-border tools are differentiated by their focus and explicit when-to-use guidance.

Naming Consistency3/5

Names are all lowercase and readable, but they follow no strong pattern: some are bare verbs (find, report, watch), some are nouns (capabilities, history, feasibility), and two use underscores with different structures (credit_deposit, identity_create). It is not chaotic, but the convention is mixed.

Tool Count5/5

Ten tools is a well-scoped set for a cross-border commerce intelligence service. Each tool covers a distinct operation, from discovery and feasibility to landed cost, monitoring, and account management, without unnecessary redundancy.

Completeness4/5

The core workflow is well covered: find products, check reach, estimate landed cost, review history, watch for changes, and report outcomes. Minor gaps exist, such as no way to list or cancel watches, but the essential lifecycle for the service's purpose is present.

Resources