Skip to main content
Glama
KB01111

auth-mcp

by KB01111

auth_get

Retrieve stored credentials by name, with an option to mask values for secure display or return them in full.

Instructions

Retrieve a credential value.

Args: name: Credential name. mask: If True (default), return a masked form (********last4). Set to False to get the full value.

Returns: The credential value (masked or full).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maskNo
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden of disclosure. It explicitly describes the masking default behavior and the ability to retrieve the full value, which goes beyond the schema. It does not mention error handling or permissions, but the core behavioral trait is well covered.

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 a tidy docstring with a one-sentence summary, an Args section, and a Returns section. Every sentence is informative, with no redundancy or filler, making it efficient and easy to parse.

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?

Given the presence of an output schema, the description does not need to detail return types. It covers the primary behavior (retrieval with masking) and parameter semantics sufficiently. It lacks discussion of edge cases like missing credentials, but the overall context is complete for a simple retrieval tool.

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 description coverage is 0%, so the description must compensate. It provides a clear explanation for 'name' (Credential name) and thoroughly explains the 'mask' parameter, including the default and the resulting masked format. This adds significant meaning beyond the raw 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 starts with 'Retrieve a credential value,' which is a specific verb and resource, clearly distinguishing it from siblings like auth_list (listing) and auth_search (searching). It also explains the mask behavior, further clarifying its purpose.

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 clearly indicates this tool is for retrieving a single credential by name, and explains the mask option. It does not explicitly name alternatives or exclusions, but the context is unambiguous given the sibling tool names.

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/KB01111/auth-mcp'

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