Skip to main content
Glama

system_one_status

Read-onlyIdempotent

Check the configured System One endpoint to verify availability and report bridge capabilities, without exposing API credentials.

Instructions

Check the configured System One /v1/models endpoint and report bridge capabilities; exposes no API credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

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, covering the safety profile. The description adds the security note that it exposes no API credentials, which is useful but doesn't explain what 'bridge capabilities' means or any potential side effects. The description does not contradict annotations.

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?

A single sentence that is direct and to the point, with no unnecessary words. The action and key details are front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description is the only source for return information. It says 'report bridge capabilities' but does not specify the structure or content of the report. For a status tool this may be sufficient, but more explicit details about what capabilities are reported would improve completeness.

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 does not need to explain parameter semantics. The schema coverage is 100% (empty schema), and the baseline for zero parameters is 4. The description adds no parameter-related information but is not required to.

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 action: check the configured /v1/models endpoint and report bridge capabilities. This is a specific verb+resource combination that distinguishes it from sibling tools by naming the endpoint and purpose.

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 implies use for checking system status but does not explicitly state when to use it vs alternatives or provide exclusions. Given the many sibling tools, explicit guidance would be helpful, but the name and description make the use case fairly obvious.

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