Skip to main content
Glama
mdiaoficial

mdia-feegow-mcp

by mdiaoficial

feegow_status

Verify Feegow API availability and response status with a health check endpoint. Ensures system is operational before performing other actions.

Instructions

[Utilitários] Verifica o status da API do Feegow (health check). (HTTP GET /status)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoParâmetros de query adicionais (chave/valor) não listados acima.
Behavior2/5

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

No annotations are present, so the description must fully convey behavior. It only states the tool performs a health check without detailing authentication requirements, rate limits, or what happens on success/failure. This lack of disclosure is a significant gap for a non-trivial tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus endpoint reference, which is compact and front-loaded with the purpose. However, it is slightly underspecified, preventing a perfect score.

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 tool's simplicity and lack of output schema, the description is minimally complete. It does not explain the return value (e.g., HTTP status, response payload), which is needed for an agent to interpret results. An average score reflects this gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for the single `query` parameter, which is an optional object for additional query parameters. The description adds no context about this parameter; it merely restates the endpoint. Thus, no value is added beyond the schema.

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 clearly states the tool checks the Feegow API status (health check) via HTTP GET /status. This is a specific verb-resource combination that distinguishes it from all other feegow_ tools which deal with entities like professionals, patients, etc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for verifying API availability. There are no sibling health check tools, so no need for exclusions. The endpoint is provided, offering clear context. Could be improved by stating when to use it (e.g., before other operations), but it's adequate.

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/mdiaoficial/mdia-feegow-mcp'

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