pool_get
Retrieve details of a specific resource pool by providing its pool ID.
Instructions
Get a resource pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve details of a specific resource pool by providing its pool ID.
Get a resource pool.
| Name | Required | Description | Default |
|---|---|---|---|
| pool_id | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description fails to disclose behavioral traits such as read-only nature, required permissions, or side effects. For a getter, it should at least imply non-destructiveness.
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 one short sentence, which is concise but under-specified. It could benefit from additional context without being verbose.
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?
Despite low complexity (1 required parameter), the description provides minimal context. An output schema exists but is not described, and the description does not clarify what information is returned.
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?
The input schema has 0% description coverage, and the description adds no explanation for the sole parameter 'pool_id,' such as its format or how to obtain it. The description does not compensate for this 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 clearly states 'Get a resource pool,' which is a specific verb-resource combination distinguishing it from sibling tools like pool_create or pool_delete. However, it lacks specificity about what constitutes a resource pool in this context.
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 description implies usage for retrieving a pool by ID, but provides no explicit guidance on when to use it versus alternatives, nor any prerequisites or exclusions. Minimal but adequate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Olaw2jr/gns3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server