Skip to main content
Glama
mdiaoficial

mdia-feegow-mcp

by mdiaoficial

feegow_request

Make any HTTP request to a Feegow API endpoint by providing the method and path, with optional body and query parameters.

Instructions

Chamada genérica a qualquer endpoint da API Feegow quando não houver ferramenta específica. O path é relativo à base (ex.: /appoints/search). Métodos diferentes de GET exigem FEEGOW_ALLOW_WRITES=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
pathYesCaminho relativo à base, iniciando com / (ex.: /patient/list).
queryNo
methodYesMétodo HTTP.
Behavior4/5

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

With no annotations, the description carries the burden. It discloses the write requirement for non-GET methods and the path construction. However, it does not mention other behavioral traits like error handling, response format, or rate limits.

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?

Two sentences, no fluff. Essential information is front-loaded. Every sentence adds value.

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?

Given the tool's generic nature and lack of output schema, the description covers the purpose, usage condition, and path construction. It could mention that the response mirrors the API's response, but overall it's sufficient for a fallback tool.

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

Parameters3/5

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

Schema covers 50% of parameters with descriptions (method and path). Description adds context for path (relative, example) and method (write constraint). But body and query parameters are not explained beyond schema, so the description adds moderate value.

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 it's a generic call to any Feegow API endpoint when no specific tool exists. It uses the verb 'Chamada genérica' (generic call) and explicitly distinguishes from siblings by indicating it's a fallback.

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

Usage Guidelines5/5

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

Provides clear when-to-use (when no specific tool) and a key constraint: methods different from GET require FEEGOW_ALLOW_WRITES=true. This helps the agent decide and configure correctly.

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