Skip to main content
Glama
Blekline

Blekline MCP Server

Official

blekline_emit_event

Write metadata-only governance audit events to the Blekline workspace, preserving audit trails without storing raw prompt content.

Instructions

[Deprecated — use blekline_log_governance_event] Write a metadata-only governance audit event to the Blekline workspace. Does not store raw prompt content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
actionNo
platformNo
riskTierNo
entitiesMaskedNo
Behavior4/5

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

The description adds 'metadata-only' and 'does not store raw prompt content', providing meaningful behavioral disclosure beyond the annotations' readOnly/destructive hints. The deprecation notice also signals lifecycle status, but it does not mention permissions or side effects.

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 two short sentences, with the deprecation notice front-loaded and the purpose stated directly. Every word contributes value, and there is no redundant or filler content.

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

Completeness2/5

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

Despite having five parameters and no output schema, the description omits any explanation of parameter usage or expected behavior. While the deprecation notice mitigates the need for full documentation, the description remains incomplete for an agent that might need to invoke it.

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

Parameters1/5

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

The description provides no information about any of the five parameters (kind, action, platform, riskTier, entitiesMasked). With 0% schema description coverage, the description fails to add any meaning beyond the bare schema, which itself lacks parameter descriptions.

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 the tool writes a metadata-only governance audit event to the Blekline workspace, using a specific verb and resource. It distinguishes itself from siblings by explicitly marking itself as deprecated and naming the replacement tool, blekline_log_governance_event.

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 opens with '[Deprecated — use blekline_log_governance_event]', which is an explicit directive to use the alternative tool. It also clarifies the intended use case (metadata-only events, no raw prompt content), giving strong context for when to use or avoid this tool.

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