Skip to main content
Glama
strac-io

Strac MCP DLP

Official
by strac-io

Detokenize Strac tokens

detokenize

Resolve Strac vault tokens (tkn_…) back to their original sensitive values for authorized callers. Accepts up to 10 tokens per call and requires an IP-allowlisted server key in live mode.

Instructions

Resolve Strac vault tokens (tkn_…) back to their original values. Use this only when the caller is authorised to see the raw sensitive data. Accepts up to 10 tokens per call and requires an IP-allowlisted server-to-server key in live mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
token_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.1

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses the authorization requirement, the key requirement, the live-mode restriction, and the 10-token-per-call limit. This is meaningful beyond the schema, though it doesn't cover error behavior or non-live-mode differences.

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, front-loaded with the core purpose, followed by critical constraints. No filler or redundant restatement of the schema.

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?

The output schema already covers return values, so the description's focus on authorization, key requirements, and input limits is sufficient for a single-parameter tool. Minor gaps such as non-live-mode behavior are acceptable given the explicit live-mode constraint.

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?

The schema provides no descriptions for token_ids (0% coverage). The description compensates by defining the token format ('tkn_…') and the maximum array size (10 tokens per call), giving the agent enough to construct valid input.

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 states a specific verb ('Resolve') and resource ('Strac vault tokens back to their original values'), and even identifies the token format ('tkn_…'). This clearly distinguishes it from the sibling tool redact_text, which presumably transforms rather than reveals data.

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 gives explicit conditions for use: only when the caller is authorised to see raw sensitive data, and requires an IP-allowlisted server-to-server key in live mode. It doesn't explicitly mention when to use redact_text instead, but the authorization condition serves as a strong gate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/strac-io/strac-mcp-dlp'

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