Skip to main content
Glama
ars-system

MCP Credentials Broker

by ars-system

resolve_secret

Resolve a secret reference ID into its actual token value, enabling you to pass the real credential to other MCP tools.

Instructions

Resolve a secret reference ID (from get_secret) to get the actual token value. Use this to pass the real token to another MCP tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reference_idYesThe reference ID returned by get_secret
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the action (resolve) and the result (actual token value), which implies a read operation. However, it does not disclose that the token is sensitive or that handling it has security implications—context an agent might need for safe invocation.

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, first states the core action and source, second gives a concrete usage scenario. No redundant information; every word earns its place.

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 tool with one parameter and no output schema, the description is nearly complete: purpose, source, and usage are covered. It could mention that the returned token is sensitive and should be handled cautiously, but that is a minor gap.

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 fully describes the single parameter (reference_id) as returned by get_secret, so baseline 3 applies. The description adds no additional semantic detail beyond what the schema provides.

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: resolving a secret reference ID to the actual token value. It specifies the source (from get_secret) and distinguishes it from sibling tools like store_secret or mint_token.

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 explains when to use the tool: when you need the real token to pass to another MCP tool. It does not explicitly rule out alternatives, but the context is clear enough for an agent to know this is the intended resolution step.

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/ars-system/mcp-credentials-broker'

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