Skip to main content
Glama
Safefy-Pay

Safefy MCP

Official
by Safefy-Pay

Generic Safefy API Request

safefy_payment_api_request

Send a real request to any Safefy payment API endpoint when no dedicated tool is available. Specify path, method, query, and auth to handle payments, withdrawals, and transactions directly.

Instructions

Executa uma chamada real para qualquer rota da API de pagamentos. Use quando nao houver tool dedicada.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
pathYesCaminho da rota. Ex: /v1/transactions
queryNo
methodNoGET
requireAuthNo
Behavior2/5

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

The annotations already indicate this is not read-only and is open-world, but the description adds no further behavioral context such as side effects, authentication requirements, or error handling. The single sentence merely says it executes a real call, which doesn't disclose potential consequences.

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, two-clause sentence, making it very concise and front-loaded with the core purpose. It is minimal but not wasteful.

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

Completeness2/5

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

With no output schema and low parameter documentation, the description fails to explain how to use the generic tool effectively, such as constructing paths, expected response shapes, or authentication behavior. A generic fallback tool for an entire API requires more context to be safely invoked.

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 description coverage is only 20% (only 'path' has a description), and the description itself provides no parameter semantics for body, query, method, or requireAuth. The agent is left to infer the meaning of these parameters from their schema types alone.

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's function: executing a real call to any route of the payments API. It also distinguishes itself from siblings by indicating it is a generic fallback when no dedicated tool exists.

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?

It explicitly instructs to use this tool when there is no dedicated tool, providing clear usage guidance. However, it does not name specific alternatives or provide explicit exclusions beyond the implied condition.

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/Safefy-Pay/safefy-mcp'

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