Skip to main content
Glama
zxcvbbq
by zxcvbbq

api_monitor_target_processes

Lists running Windows processes available for API Monitor attach, with optional query and limit filters to quickly find the target process.

Instructions

List current Windows processes that can be selected for API Monitor attach.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.10.26

TDQS

C2.9/5.0
Behavior3/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 does disclose useful behavioral context via 'current' (a live snapshot) and eligibility for attach, but it says nothing about whether API Monitor must be running, permissions, or ordering guarantees.

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 efficient sentence with the resource front-loaded after the verb. It is not padded, though it is arguably under-specified rather than compressed.

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?

An output schema exists, so return values need not be explained, but the two undocumented parameters and the absence of any annotation coverage leave real gaps for a discovery tool whose main job is filtering and selection.

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 neither of the two parameters (limit, query) is mentioned in the description. The agent has no idea that results can be filtered by query or capped by limit, so the description fails to compensate for the empty schema.

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 ('List') and resource ('current Windows processes that can be selected for API Monitor attach'), which is clear and scoped. It does not, however, explicitly distinguish itself from close siblings like capture_list_processes or api_monitor_attach_process.

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?

No when-to-use or when-not-to-use guidance is given, and no alternative is named. The phrase 'can be selected for attach' only weakly implies this is a pre-attach discovery step, leaving the agent to infer the workflow and the difference from capture_list_processes.

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