list_instances
Verbundene Geräte-Instanzen des Kontos – mit Status, Projekt, letztem Poll und Fehler.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional: nur Instanzen dieses Projekts (Projekt-UUID) |
Verbundene Geräte-Instanzen des Kontos – mit Status, Projekt, letztem Poll und Fehler.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional: nur Instanzen dieses Projekts (Projekt-UUID) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the behavioral transparency burden. It discloses the output scope and fields, which is useful, but it does not explicitly state that the operation is read-only, mention pagination, or describe error/edge-case behavior. For a simple list tool this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, tight phrase with no filler. Every element either defines the scope or enumerates useful output fields, making it highly scannable and appropriately front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one optional parameter and no output schema, the description covers the essential context: account scope, resource type, and common response attributes. It could be more complete with explicit usage boundaries against sibling tools, but the low complexity keeps that gap minor.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the only parameter, project_id, is already clearly documented as an optional project filter. The description does not need to repeat the parameter semantics, so it adds no extra value here but also introduces no gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the resource as the account's connected device instances and names the returned fields (status, project, last poll, error), so an agent can tell what this tool is about. It does not include an explicit verb in the description itself—the action is supplied by the tool name 'list_instances'—but it does distinguish instances from sibling tools like list_connectors.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use is implied: list the account's connected device instances, optionally filtered via project_id. There is no explicit comparison with alternatives such as poll_instance or list_connectors, and no when-not-to-use guidance is given, leaving selection partly to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.