Skip to main content
Glama

submit_incident

Submit an AI incident for deterministic causal liability attribution. Returns a signed CausalCertificate, per-agent liability allocation, evidence-chain completeness, regulatory mapping, and (where keys are configured) a Bitcoin-anchored proof. Cost: 50 credits. Three guardrails apply: PII scan, deterministic-only acknowledgement, and minimum evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
agentsYes
eventsYes
categoryNo
currencyNo
severityNo
descriptionNo
jurisdictionNo
pii_acknowledgedNoG1: Set to true ONLY if caller has confirmed PII handling is permitted by their data agreement. False payloads with detected PII will be rejected.
deterministic_onlyYesG2: Must be true. Acknowledges CausalLayer is deterministic and not LLM-based.
financial_impact_centsNo

TDQS

A3.8/5.0
Behavior3/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. It mentions the returns, cost, and guardrails, but does not disclose side effects, idempotency, rate limits, or error conditions. It adds value but lacks comprehensive behavioral disclosure.

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 three sentences, front-loaded with purpose and returns, followed by cost and guardrails. Every sentence earns its place with no waste.

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 complexity (11 parameters, no output schema, no annotations), the description covers purpose, returns, and guardrails but lacks guidance on usage flow, failure modes, and relationship to siblings. It provides a basic context but is not fully comprehensive.

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 only 18%, so the description must compensate. It adds meaning to pii_acknowledged (PII scan) and deterministic_only (must be true), but fails to clarify many other parameters like category, severity, jurisdiction, events, agents, and financial_impact_cents.

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 verb ('Submit'), resource ('AI incident'), and purpose ('deterministic causal liability attribution'). It lists expected returns, including CausalCertificate and liability allocation, which distinguishes it from siblings like extract_incident or simulate_remediation.

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 specifies cost (50 credits) and three guardrails (PII scan, deterministic-only, minimum evidence), giving clear conditions for use. However, it does not explicitly say when not to use this tool versus alternatives.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct operation: prospective gate, incident extraction, anchor status, issuer registry, jurisdiction overlay, remediation simulation, incident submission (two variants), and certificate verification (two variants). Despite two submission and two verification tools, their descriptions clearly differentiate the inputs and purposes, preventing ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., evaluate_prospective_response, submit_incident, verify_certificate). The verbs are descriptive and the nouns correspond to the domain objects, making the naming predictable and clear.

Tool Count5/5

With 10 tools, the server covers a complex domain (causal liability attribution for AI incidents) without being overwhelming. Each tool serves a distinct role in the workflow, and the count feels well-scoped for the functionality offered.

Completeness4/5

The tool set covers the core lifecycle: extraction, submission (structured and trace-based), verification (standard and recompute), a prospective gate, jurisdiction query, remediation simulation, and infrastructure queries (anchor, registry). Minor gaps exist, such as no tool to list or search past incidents/certificates, but the essential operations are present.