Skip to main content
Glama
1sarthakbhardwaj

Labellerr MCP Server

monitor_system_health

Check the MCP server's health and status to ensure it is running properly and detect issues before they impact operations.

Instructions

Check the health and status of the MCP server

Input 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 the full burden of behavioral disclosure. It states the tool 'checks' health, implying a read-only action, but does not disclose what data is returned, whether authentication is needed, or what 'health and status' concretely includes. This is minimal behavioral transparency.

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 a single, focused sentence with no filler or redundancy. It conveys the core purpose efficiently, earning a perfect score for conciseness.

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 the low complexity (0 params, no output schema, no annotations), the description is minimally viable but lacks context about the output format or what health/status details are included. The agent knows what the tool does but not what to expect from its response, leaving a clear gap.

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 the schema imposes no requirements. Per the baseline for 0 params, a score of 4 is appropriate; the description doesn't need to explain parameter semantics because there are none.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Check' with a clear resource 'health and status of the MCP server'. This distinguishes it from sibling monitoring tools like monitor_job_status and monitor_project_progress, which focus on narrower task-specific health.

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 does not provide any guidance on when to use this tool versus the many sibling monitoring tools. While the name and scope imply server-level health, nothing explicitly tells the agent to prefer this over alternatives for server diagnostics.

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/1sarthakbhardwaj/labellerr-mcp-server'

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