Skip to main content
Glama

deployer_report

Generate an EU AI Act Art. 26 deployer report from stored evidence and the action ledger, building GDPR DPIA and FRIA appendices and marking missing fields as OPERATOR INPUT REQUIRED.

Instructions

The EU AI Act Art. 26 deployer duties with the evidence this store and its action ledger supply (oversight recorded, incidents and the Art. 73 clock, log age against the six-month floor, disclosures, personal data inventory, chain verification), plus the GDPR Art. 35(7) DPIA and Art. 27(1) FRIA appendices built from the same evidence, the FRIA cross-referencing the DPIA per Art. 27(4). operator_json is a JSON object string with the deployer's own fields; every field it cannot write is marked OPERATOR INPUT REQUIRED. Not an assessment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operator_jsonNo
expected_pubkeyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.39.0

TDQS

C2.8/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does disclose a meaningful behavior: fields in operator_json the tool cannot populate are marked OPERATOR INPUT REQUIRED, and it explicitly says the result is not an assessment. However, it does not state whether this operation is read-only, what the output format is, or what happens on failure or missing evidence.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a dense single paragraph with heavy legal parentheticals, which makes the purpose less scannable than it could be. However, the second sentence is valuable and front-loads the operator_json behavior and the 'not an assessment' caveat, so the length is not purely gratuitous.

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?

This is a complex report tool with no output schema and no annotations, and the description does not cover expected_pubkey, the return shape, or side effects. While the report content is described in significant detail, an agent still lacks essential invocation context for one parameter and for what the tool will hand back.

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 coverage is 0%, so the description must explain parameters itself. It explains operator_json as a JSON object string with deployer fields and defines the OPERATOR INPUT REQUIRED marker, but it never mentions expected_pubkey or its purpose, leaving that parameter completely opaque to the agent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the report's subject with precise legal anchors (EU AI Act Art. 26, GDPR Art. 35(7) DPIA and Art. 27(1) FRIA) and enumerates the evidence areas it covers. It lacks an explicit verb such as 'generates' and does not name sibling tools, so it does not fully differentiate itself from compliance_report or oversight_report.

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 legal scope implies a use case for deployer duties and DPIA/FRIA appendices, but the description gives no explicit when-to-use or when-not-to-use guidanceholistically. It does not route the agent away from or toward any sibling report tool, and the only caveat is the final 'Not an assessment' clause.

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

Deploy Server

Other Tools