Skip to main content
Glama

fleet_overview

Summary of every strategy sleeve: total and evaluation-window returns, drawdown, live days, and the 20 most recent submitted orders. All series are indexed to 100 at inception (paper capital is arbitrary; only performance is published). All figures are SIMULATED paper trading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that all series are indexed to 100 at inception, that paper capital is arbitrary, and that all figures are simulated paper trading. It also notes the limit of 20 most recent orders, adding useful behavioral context beyond the obvious summary functionality.

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 three sentences, each serving a purpose: listing content, clarifying the indexing/normalization, and emphasizing the simulated nature. There is no redundancy, and the most important information (what the tool summarizes) is front-loaded.

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 a zero-parameter, no-output-schema tool, the description covers the key content (returns, drawdown, live days, orders) and important caveats (simulated, indexed). It could be marginally improved by specifying units or return format, but the provided details are sufficient for an agent to understand the tool's scope.

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 baseline is 4. The description does not need to explain parameters, and the schema is trivially complete. No additional parameter meaning is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides a summary of every strategy sleeve, listing specific metrics (returns, drawdown, live days, orders). Although it lacks an explicit verb like 'get' or 'list', the resource and scope are unambiguous, distinguishing it from sibling tools like sleeve_record which likely targets a single sleeve.

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 explains what the tool returns but provides no guidance on when to choose this over siblings. There is no explicit 'use this when...' statement, no mention of alternatives, and no exclusions. The only contextual hint is 'fleet_overview' implying a fleet-wide scope, but this is inferred rather than stated.

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

A3.8/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: fleet_overview summarizes all sleeves, sleeve_record drills into one, gate_status tracks the go-live gate, kill_list logs rejected ideas, research_journal lists documents, research_note fetches a single document, and site_guide explains the platform. The only close pair is fleet_overview vs. sleeve_record, but their scopes (global vs. single sleeve) prevent confusion.

Naming Consistency5/5

All tool names follow the same lowercase snake_case pattern with two tokens separated by an underscore (e.g., fleet_overview, gate_status, research_note). There are no mixed conventions like camelCase or inconsistent verb styles.

Tool Count5/5

Seven tools is ideal for a read-only transparency platform. Each tool covers a distinct aspect of the domain without redundancy, and the count is well within the typical well-scoped 3–15 range.

Completeness5/5

The tool set fully covers its stated purpose: aggregate and per-sleeve performance, research journal and note retrieval, failure records, gate status, and self-description. There are no obvious dead ends—users can start at the overview, drill into details, and access all published documentation.

Resources