Skip to main content
Glama
woladi

pseudonym-mcp

by woladi

unmask_text

Restores original sensitive values in text by replacing tokens with previously masked data using a session identifier.

Instructions

Restore original sensitive values in text that was previously masked by mask_text.

Replaces tokens like [PESEL:1], [PERSON:2] with the original values stored in the session identified by session_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text containing [TAG:N] tokens to restore
session_idYesThe session_id returned by mask_text
Behavior3/5

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

With no annotations, the description carries full burden. It explains token replacement and session requirement, but does not specify return value, error conditions (e.g., invalid session), or idempotency. Adequate but not comprehensive.

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 concise sentences with clear purpose first, then additional details. No wasted words.

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?

Sufficient for a simple restore tool with two parameters. Output is implied (restored text) but not explicitly stated. No mention of failure modes, but given low complexity, this is acceptable.

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 covers both parameters (100% coverage). Description adds value by specifying token format like [PESEL:1] and that session_id must come from mask_text. Adds context beyond 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 clearly states it restores original sensitive values in text that was previously masked by mask_text, using specific verb 'restore' and resource 'text'. It distinguishes from sibling mask_text by describing the reverse operation.

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?

Explicitly says to use after mask_text and that session_id must come from mask_text. This gives clear context for when to use. However, no explicit when-not or alternatives beyond the sibling.

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/woladi/pseudonym-mcp'

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