Skip to main content
Glama

execute_capability

Execute API capabilities through Rhumb's MCP server using three credential modes: bring your own token, managed credentials, or agent vault tokens for secure API access.

Instructions

Execute a capability through Rhumb. Three credential modes: (1) byo — bring your own token, requires method+path; (2) rhumb_managed — zero-config, Rhumb provides credentials, method/path optional; (3) agent_vault — pass your own token via agent_token param (get it from credential_ceremony first). Use resolve_capability to see providers and check_credentials to see what modes are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capability_idYesCapability to execute (e.g. 'email.send', 'payment.charge')
providerNoOptional: specific provider slug. If omitted, Rhumb auto-selects the best healthy provider.
methodNoHTTP method for the upstream API call (GET, POST, PUT, PATCH, DELETE)
pathNoProvider-native API path (e.g. '/v3/mail/send'). Use resolve_capability first to get the endpoint pattern.
bodyNoProvider-native request body
paramsNoOptional query parameters
credential_modeNoCredential mode: byo (default), rhumb_managed (zero-config, omit method/path), or agent_vault (pass agent_token)
idempotency_keyNoOptional UUID for safe retry. Required to enable automatic fallback to backup providers.
agent_tokenNoFor agent_vault mode only: the API token you obtained via the credential ceremony. NEVER stored by Rhumb — used for this single request only.
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses critical security behavior ('NEVER stored by Rhumb — used for this single request only'), auto-selection logic ('auto-selects the best healthy provider'), and fallback requirements ('Required to enable automatic fallback'). Missing operational details like rate limits or timeout behavior.

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?

Two dense sentences efficiently pack mode definitions and sibling references. Parenthetical explanations are effective, though the first sentence is information-dense. No wasted words; every clause adds specific parameter or mode requirements.

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 complex 9-parameter execution tool with credential management, covers execution modes, prerequisites, security implications, and provider selection. Adequate without output schema, though brief mention of error handling or response format would strengthen completeness further.

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?

Schema has 100% coverage (baseline 3). Description adds valuable cross-parameter logic: explains how credential_mode affects method/path requirement cardinality, specifies agent_token provenance (credential_ceremony), and adds security context not present in 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?

Clear specific verb ('Execute') + resource ('capability'), domain context ('through Rhumb'), and distinguishes from siblings by referencing resolve_capability (for discovery) and check_credentials (for validation) as prerequisite steps rather than execution.

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?

Excellent explicit guidance: defines three credential modes with specific requirements (byo requires method+path; rhumb_managed is zero-config; agent_vault requires agent_token from credential_ceremony). Directly references sibling tools for prerequisite steps and clearly maps parameter dependencies to modes.

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/supertrained/rhumb'

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