Skip to main content
Glama

Credential Manage Tool

credential_manage

Securely manage external service credentials for AI agents, including creation, rotation, OAuth setup, and lifecycle control within FleetQ's MCP server.

Instructions

Manage external service credentials. Actions: list, get (credential_id), create (name, type, secret_data), update (credential_id + fields), delete (credential_id), rotate (credential_id), oauth_initiate (provider, scopes), oauth_finalize (provider, code).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, get, create, update, delete, rotate, oauth_initiate, oauth_finalize
statusNoFilter by status: active, disabled, pending_review
creator_sourceNoFilter by creator source: human, agent, system
limitNoMax results to return (default 10, max 100)
credential_idYesThe credential UUID
nameYesCredential name
typeYesCredential type: api_token, oauth2, basic_auth, ssh_key, custom_kv
secret_dataYesSecret data object (e.g. {"token": "..."} or {"username": "...", "password": "..."})
descriptionNoCredential description
expires_atNoExpiration date in ISO 8601 format (e.g. 2025-12-31T23:59:59Z)
agent_idNoUUID of the agent creating this credential. Sets creator_source=agent and status=pending_review until a human approves it.
service_nameYesHuman-readable name of the service being authorized (e.g. "GitHub", "Slack")
scopesNoList of OAuth scopes to request (e.g. ["read:user", "repo"])
credential_nameNoName to give the stored credential once OAuth completes
correlation_idYesThe correlation_id returned by credential_oauth_initiate
Behavior2/5

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

Zero annotations provided, so description carries full burden. Fails to disclose security implications (handling raw secrets), what 'rotate' actually does (regenerate vs revoke), atomicity guarantees, or that OAuth operations involve external browser flows. No indication of irreversible operations.

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?

Single dense sentence with zero filler. All content is functional. Could improve readability with line breaks or bullets for 8 distinct actions, but no words are wasted.

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?

Severely lacking for a credential management tool with 15 parameters and no output schema. Missing critical context: security warnings about secret exposure, explanation of pending_review status for agent-created credentials, OAuth correlation flow, and rotation behavior. The schema documents parameters but the description omits workflow and safety context.

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?

Maps each action to its required parameters in parentheses (e.g., 'create (name, type, secret_data)'), which adds clarity beyond the 100% schema coverage. Helps compensate for the schema's overly broad 'required' array that lists mutually exclusive parameters for different actions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States 'Manage external service credentials' with clear enumeration of 8 specific actions (list, get, create, update, delete, rotate, oauth_initiate, oauth_finalize). Distinguishes from siblings by specifying 'external service' context, though 'manage' is a weak verb.

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

Usage Guidelines2/5

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

Lists available actions but provides no guidance on when to use each, security prerequisites for handling secrets, or the two-step OAuth workflow (initiate vs finalize). No mention of the human approval workflow implied by the agent_id parameter.

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/escapeboy/agent-fleet-o'

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