Skip to main content
Glama

get_system_info

Check system configuration and model status for the AI market research hub. Returns details on Python, GPU, CUDA, models, ensemble, gates, and build fingerprint.

Instructions

Python / GPU / CUDA / models(role + task + dual status)/ ensemble / MCP tools / gates / build fingerprint。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It hints at the output surface by listing environment/components, but it does not say whether the tool performs live checks, whether it is read-only, how long it might take, or how the returned information is structured.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very compact and front-loaded with useful keywords, but it is a slash-separated fragment rather than a well-formed sentence. The mixed-language parenthetical '(role + task + dual status)' adds ambiguity and reduces readability even though each item likely earns its place.

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 parameters, invoking the tool is trivial, and the description gives a high-level list of what to expect: Python, GPU, CUDA, model status, ensemble, MCP tools, gates, and build fingerprint. However, there is no output schema and the description does not define key terms like 'dual status', 'gates', or 'build fingerprint', leaving the returned payload only partially specified.

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 input schema is an empty object with zero parameters, so there are no parameter semantics for the description to add. The baseline of 4 applies because there is nothing to document beyond the schema, and the description appropriately focuses on result content instead.

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 tool name 'get_system_info' clearly identifies the resource, and the description enumerates concrete content categories: Python, GPU, CUDA, models, ensemble, MCP tools, gates, and build fingerprint. This is more specific than a tautology and helps distinguish it from sibling health/status tools, though it lacks an explicit verb phrase stating what the tool does.

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?

There is no guidance on when to use this tool versus siblings like health_check, get_research_gates, or get_data_source_status. The description only lists content areas and gives no conditions, exclusions, or alternative routing, so an agent must infer the intended use from the name alone.

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