Skip to main content
Glama

get_pool_status

Check MATLAB engine pool status to monitor total, available, busy, and maximum engine counts for resource management.

Instructions

Get the current status of the MATLAB engine pool.

Returns the total, available, busy, and max engine counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states what information is returned (total, available, busy, and max engine counts) which is helpful, but doesn't mention whether this is a read-only operation, if it requires specific permissions, potential rate limits, or how frequently the status updates. For a monitoring tool with zero annotation coverage, this leaves significant behavioral gaps.

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 perfectly concise with two sentences that each earn their place. The first sentence states the core purpose, and the second sentence specifies exactly what information is returned. There's zero wasted text, and the information is front-loaded appropriately.

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?

Given that the tool has an output schema (which presumably documents the return structure), the description doesn't need to explain return values in detail. However, for a monitoring tool with no annotations, the description could provide more context about when and why to use it. The current description is adequate but leaves some contextual gaps about the tool's role in the broader system.

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?

The tool has zero parameters, so there's no need for parameter documentation. The description appropriately focuses on what the tool does rather than parameter details. With 100% schema description coverage (though empty schema), this exceeds the baseline expectation for parameter documentation.

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?

The description clearly states the action ('Get') and resource ('current status of the MATLAB engine pool'), making the purpose understandable. It distinguishes from siblings by focusing on pool status rather than jobs, files, or code execution. However, it doesn't explicitly differentiate from get_server_health or get_server_metrics, which are related monitoring tools.

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 description provides no guidance on when to use this tool versus alternatives. It doesn't mention when you'd want pool status versus job status, server health, or other monitoring tools. There's no indication of prerequisites, frequency of use, or typical scenarios for invoking this tool.

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/HanSur94/matlab-mcp-server-python'

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