Skip to main content
Glama
Mipiti
by Mipiti

get_system_compliance_report

Generate a consolidated compliance report for a system of threat models against a selected framework, with per-requirement coverage counts and rows.

Instructions

Aggregated compliance report for a whole System (a group of related threat models) against one framework. Read-only. Requires PRO tier.

Rolls every mapped control across all models in the System up to per-requirement coverage against the selected framework, then returns coverage counts plus per-requirement rows. Sibling tools cover narrower/other scopes: get_compliance_report for a single model, get_tag_compliance_report for a tag cohort. The framework must first be selected for the system via select_system_compliance_frameworks, otherwise there is nothing to report on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoOptional framework level/tier filter (e.g., baseline level number). Omit for all levels.
limitNoMax requirement rows to return; 0 (default) returns all.
offsetNoSkip the first N requirement rows (pagination). Default 0.
statusNoOptional per-requirement filter, one of "covered", "partial", "uncovered", "unmapped", "excluded". Empty (default) returns all.
system_idYesID of the system to report on.
framework_idYesID of a framework already selected for this system.
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It adds read-only status, PRO tier requirement, aggregation behavior (rolling up controls), and the prerequisite for framework selection. However, it doesn't mention pagination or error behavior, though the output schema and parameter descriptions cover return details. Overall, it provides strong non-obvious behavioral context.

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 concise paragraphs. The first defines the tool's core function and constraints. The second explains the aggregation behavior, sibling alternatives, and prerequisite. Every sentence carries meaningful information with no redundancy.

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

Completeness5/5

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

Given the tool's complexity (system-level aggregation), the description explains the scope, aggregation mechanism, prerequisites, and alternatives. The output schema is present, so return values don't need to be described. It is complete for an agent to select and invoke correctly.

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

Parameters4/5

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

Schema coverage is high (86%), so baseline is 3. The description adds value by clarifying that framework_id must already be selected for the system, and by explaining the aggregation logic that ties system_id and framework_id together. This enriches the semantics beyond the bare schema 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 creates an aggregated compliance report for a System (group of threat models) against a framework, using specific verb+resource+scope. It explicitly distinguishes itself from siblings by naming get_compliance_report (single model) and get_tag_compliance_report (tag cohort).

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?

It explicitly states when to use this tool: for whole-system compliance reports, and identifies alternative tools for narrower scopes. It also gives a crucial prerequisite (framework must be selected via select_system_compliance_frameworks) and notes the PRO tier requirement, providing clear context for use.

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/Mipiti/mipiti-mcp'

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