Skip to main content
Glama
DeepAgentLabs

deep-agentic-core-mcp

Official

Health Check

core.health
Read-only

Check MCP server health by retrieving adapter availability, loaded tools, resources, prompts, and recent successful calls.

Instructions

Return rich server diagnostics: adapter availability, loaded tools/resources/prompts, and recent successful calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful output behavior: what categories of diagnostics are returned and that recent successful calls are tracked. It does not contradict the annotations and discloses the tool's operational return scope.

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?

A single, front-loaded sentence states the purpose and the key return categories without filler. Every word carries meaning, and the most important verb and resource appear first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the burden of explaining return values, and it does: adapter availability, loaded resources, and recent successful calls. It is sufficient for a zero-parameter read-only health check, though it does not specify response formatting or interpretation details.

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 and schema coverage is effectively complete, so there is nothing for the description to add beyond confirming that no inputs are needed. The baseline of 4 for zero-parameter tools applies.

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 a specific verb ('Return') and names the resource ('server diagnostics') with concrete contents: adapter availability, loaded tools/resources/prompts, and recent successful calls. This clearly distinguishes it from siblings like core.version, core.session_state, and sidecar.status.

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 guidance is given about when to use this tool versus alternatives such as core.version, core.session_state, or sidecar.status. The word 'diagnostics' implies a health-related use case, but no explicit when/when-not conditions or alternative routing are provided.

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/DeepAgentLabs/mcp-server'

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