Skip to main content
Glama

query_fleet

Query multiple Ingero nodes and receive merged results. Supports causal chains, per-operation stats, node summaries, and raw SQL with node column.

Instructions

Query multiple Ingero nodes and return merged results. Requires fleet.nodes configured in ingero.yaml. Actions: chains (causal chains sorted by severity), ops (per-op stats), overview (summary per node), sql (raw SQL fan-out with node column).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidNoFilter by PID (optional, used with ops action)
sqlNoAlias for query — SQL query (required when action is sql)
tscNoTelegraphic compression (default: true). Set false for verbose output.
limitNoMax rows per node (default 1000)
queryNoSQL query to execute across fleet nodes (required when action is sql)
sinceNoTime window (e.g. 5m, 1h). Default: 5m.
actionYesQuery type: chains/ops/overview/sql,enum=chains,enum=ops,enum=overview,enum=sql,required
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. It mentions merged results and prerequisites but lacks detail on error handling, authentication, rate limits, or side effects. The behavior of actions like 'sql' is only hinted at ('raw SQL fan-out with node column').

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 short (two sentences plus a list) and front-loaded with the core purpose. Every sentence adds distinct information: purpose, prerequisites, and action descriptions. No redundancy.

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?

While the description covers prerequisites and action types, it omits details like default limit, required permissions, pagination, or what happens on error. With no output schema and no annotations, it could be more comprehensive for a complex tool with 7 parameters.

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?

Schema coverage is 100%, but the description adds valuable context beyond the schema by explaining each action value (e.g., 'chains (causal chains sorted by severity)') and noting default compression (tsc). This helps the agent understand parameter semantics.

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 tool queries multiple Ingero nodes and returns merged results, with a specific verb ('Query') and resource ('multiple Ingero nodes'). It also lists distinct actions (chains, ops, overview, sql), distinguishing it from siblings like get_causal_chains or run_sql.

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 provides a prerequisite ('Requires fleet.nodes configured in ingero.yaml') and briefly explains each action's purpose. However, it does not explicitly state when to use this tool versus alternatives like get_causal_chains or run_sql, leaving usage context implicit.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ingero-io/ingero'

If you have feedback or need assistance with the MCP directory API, please join our Discord server