Skip to main content
Glama
zxcvbbq
by zxcvbbq

api_monitor_summary

Read Rohitab Summary panes without foregrounding the application, so you can check API Monitor capture status in the background.

Instructions

Read Rohitab Summary panes without foregrounding the application.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
window_titleNo
window_handleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.10.26

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, and it discloses exactly one trait: the call does not bring the target window to the foreground. It says nothing about permissions, whether the summary must already be open, staleness of the returned data, or error behavior when no window matches.

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

Conciseness4/5

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

A single front-loaded sentence with no filler, and the behavioral constraint is attached where it matters. It is efficient, though its brevity reflects under-specification rather than disciplined trimming.

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

Completeness2/5

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

For a tool with two undocumented parameters, no annotations, and a large ambiguous sibling set, one sentence is not enough. The presence of an output schema spares it from explaining return values, but window targeting and usage context remain unaddressed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description never mentions window_title or window_handle. The interaction between the two selectors (string title vs. integer handle, plus their empty/null defaults) and what happens when both or neither are supplied is left entirely unspecified.

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?

States a specific verb and resource ("Read Rohitab Summary panes"), which is more concrete than a bare name restatement. It doesn't differentiate itself from lookalike siblings such as api_monitor_gui_read, api_monitor_traffic_details, or api_monitor_traffic, so an agent must infer which pane-reading tool applies.

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 only usage hint is the trailing "without foregrounding the application" clause, which implies a non-intrusive read scenario but never states when to choose this tool over the numerous other read/capture tools. No alternatives, prerequisites, or when-not conditions are given.

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