Skip to main content
Glama
Blekline

Blekline MCP Server

Official

blekline_classify_risk

Read-only

Simulate Blekline redaction policy on a prompt to classify risk without applying masking or storing content. Use this read-only tool to test how sensitive information would be handled before actual enforcement.

Instructions

[Deprecated — use blekline_simulate_policy] Read-only simulation of Blekline redaction policy on a prompt without applying masking or persisting content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
platformNo
sourceHostNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds that it performs no masking and persists no content, which is extra context. It also flags deprecation, which is valuable for the agent. However, it does not describe output format or error behavior, so it falls short of a 5.

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 one compact sentence, front-loads the deprecation notice, and wastes no words. It effectively communicates the essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool is deprecated and has no output schema, the description covers the most critical information (deprecation and read-only nature) but omits return values and the meaning of platform/sourceHost. It is adequate for a deprecated tool with a clear successor, but not fully complete for someone who might still invoke it.

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 only vaguely references 'a prompt' without explaining the platform or sourceHost parameters. It does not compensate for the schema's lack of descriptions, leaving these parameters semantically unclear.

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 ('simulates') and resource ('Blekline redaction policy on a prompt'), and distinguishes from siblings by noting it is read-only and does not apply masking or persist content. It also explicitly names the successor tool.

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?

The description explicitly says '[Deprecated — use blekline_simulate_policy]', providing a clear directive for when to use the replacement tool. It also implies when this tool might have been used (read-only simulation without masking) versus alternatives like blekline_mask_prompt.

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/Blekline/blekline-oss'

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