Skip to main content
Glama
Safefy-Pay

Safefy MCP

Official
by Safefy-Pay

Configure Safefy Credentials

safefy_payment_configure_credentials

Configure payment credentials with just public and secret keys; environment is auto-detected from key prefixes.

Instructions

Configura as credenciais da conta. Peca APENAS publicKey (pk_...) e secretKey (sk_...). O ambiente e detectado automaticamente pelo prefixo das chaves (pk_sandbox_ ou pk_production_). NAO peca environment, NAO peca baseUrl — esses sao configurados automaticamente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publicKeyYesPublic Key da credencial (pk_sandbox_... ou pk_production_...).
secretKeyYesSecret Key da credencial (sk_sandbox_... ou sk_production_...).
authenticateNowNo
Behavior4/5

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

The description discloses that the environment is automatically detected from the key prefix (pk_sandbox_ or pk_production_) and that environment/baseUrl are configured automatically. This goes beyond the annotations, which only indicate readOnlyHint=false and idempotentHint=false, adding valuable behavioral context.

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 two sentences, front-loaded with the purpose, and includes clear do/don't instructions. Every sentence earns its place with no redundancy or filler.

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?

For a simple credential configuration tool, the description covers the essential behavior: what it does, which parameters to ask for, and auto-detection of the environment. It doesn't mention the authenticateNow parameter's effect or potential post-configuration actions, but given the tool's simplicity and the annotations, it is reasonably complete.

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?

The schema already provides descriptions for publicKey and secretKey with prefix examples, and the description essentially reinforces this. However, authenticateNow has no description in the schema and is not addressed in the tool description, leaving a gap. The description does clarify the auto-detection mechanism, which adds some value 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's purpose: 'Configura as credenciais da conta' (Configures account credentials). It uses a specific verb and resource, and distinguishes itself from sibling tools like get_configuration and authenticate by focusing on credential setup. The explicit mention of publicKey and secretKey further clarifies the scope.

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 provides clear usage context: it tells the agent to ask only for publicKey and secretKey, and explicitly says not to ask for environment or baseUrl. While it doesn't name alternative tools, the context implies this is the initial configuration step, and the do/don't guidance is useful for correct invocation.

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