Skip to main content
Glama

reveal_credentials

Return the leaked-credentials dossier for a scan, displaying plaintext passwords when the user explicitly requests to see them.

Instructions

Return the leaked-credentials dossier for a scan (plaintext passwords).

This is the explicit gate for the most sensitive output — only call it when the user has clearly asked to see the actual leaked credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden. It discloses that the tool exposes the most sensitive data (plaintext passwords) and sets an explicit invocation gate, a critical behavioral trait. However, it does not discuss authorization, logging, or error behavior, so it is not fully transparent.

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?

Three short lines with a clear front-loaded purpose followed by a critical gate note. Every sentence serves to clarify the tool's sensitive nature, with no redundant content.

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 single-parameter tool with an output schema, the description provides crucial usage context that helps an agent decide to invoke it. The main gap is the undocumented scan_id, but sibling tools likely provide this identifier. The sensitivity gate is well-covered, making it mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain scan_id beyond referencing 'a scan'. The name and context imply scan_id identifies the scan, but no format, source, or validation details are given. The description must compensate for the sparse schema and largely fails to do so.

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 uses a specific verb 'Return' and specific resource 'leaked-credentials dossier', clarifying it provides plaintext passwords. It distinguishes from sibling tools by labeling it the explicit gate for the most sensitive output, separating it from get_report or list_scans.

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?

Provides explicit when-to-use guidance: only call when the user clearly asked for actual leaked credentials. This implies when not to use it (e.g., if a user only wants a summary) and frames the tool as a gated operation.

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/sudohnim/eidolon'

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