Skip to main content
Glama

evidence_bundle

Collect BCM/DRP evidence for audit — systems, BIA, test records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
system_idNoOptional: scope to one system

Schema Changelog

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

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the intent to collect evidence but does not disclose whether this is a read-only operation, whether it creates a persistent bundle, what the output format is, or if any side effects occur. The categories listed are helpful but do not convey behavioral traits beyond the basic action.

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 a single sentence that is front-loaded with the action and purpose, immediately followed by the evidence categories. It contains no fluff or repetition, earning its place in its entirety.

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?

For a tool with only one optional parameter and no output schema, the description is reasonably complete in stating the tool's purpose and content scope. However, it omits any mention of the result format or how the evidence is delivered, and it lacks usage context relative to sibling tools, leaving some gaps given the absence of annotations.

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

Parameters3/5

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

The schema already documents the only parameter (system_id) with a clear description, and coverage is 100%, so the baseline is 3. The tool description adds context by mentioning the evidence categories but does not further explain the parameter's meaning or usage beyond what the schema already states. Therefore, it does not significantly enhance parameter understanding.

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 specifies the action ('Collect') and the resource ('BCM/DRP evidence') with a stated purpose ('for audit'). It also enumerates the evidence categories (systems, BIA, test records), making the tool's scope distinct from sibling tools like bcm_gap_analysis or recovery_status, which focus on analysis or status rather than evidence gathering.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention exclusions or compare with other tools. The only hint is 'for audit', which implies a use case but does not explain when an agent should select this over sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation5/5

Each tool targets a distinct function: registration, BIA setting, test logging, readiness status, specific compliance checks, and evidence collection. Even the check-type tools (bcm_gap_analysis, crisis_plan_check, rto_rpo_check) address clearly separated aspects.

Naming Consistency4/5

All names use lowercase with underscores, and most follow a verb_noun pattern (register_system, set_bia, test_register). A few noun-only names (evidence_bundle, scenario_library, recovery_status) deviate slightly, but the style remains consistent and readable.

Tool Count5/5

With 10 tools, the set is well-scoped for a BCM/DR compliance server. Each tool serves a necessary part of the workflow—system registration, BIA, testing, checks, and evidence—without redundancy.

Completeness4/5

The server covers the core BCM lifecycle: register systems, set BIA, run tests, check compliance, and bundle evidence. Minor gaps exist (e.g., no update/delete for systems or BIA), but these are workaround-able using set_bia and are not critical for the stated purpose.