Skip to main content
Glama
Mipiti
by Mipiti

get_compliance_report

Evaluates compliance requirements against mapped controls. Returns a summary or detailed gap analysis with optional filters for status and level.

Instructions

Get compliance gap analysis report.

Evaluates each framework requirement against mapped controls. By default returns summary; pass status/offset/limit for details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoOptional level filter (e.g., 1 for L1 only).
limitNoMax to return.
offsetNoSkip first N.
statusNoFilter: "covered", "partial", "uncovered", "unmapped", "excluded".
model_idYesID of the threat model.
framework_idYesID of the compliance framework.
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It describes the evaluation process but does not disclose read-only nature, potential side effects, or any other behavioral traits beyond the basic function.

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 extremely concise, with two short sentences that front-load the core purpose. Every word earns its place without redundancy or clutter.

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

Completeness4/5

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

Given that an output schema exists, the description need not detail return values. It adequately covers the overall function and the summary vs detail behavior, though it could mention required parameters (model_id, framework_id) for completeness.

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 meaning by explaining that status/offset/limit control detail level, which goes beyond the schema's individual parameter descriptions. This adds value for pagination and filtering.

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 clearly states it gets a compliance gap analysis report and explains it evaluates framework requirements against controls. However, it does not explicitly differentiate from similar sibling tools like get_system_compliance_report or get_tag_compliance_report, which may cause confusion.

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

Usage Guidelines3/5

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

The description provides some guidance on using status/offset/limit for details vs default summary, but it lacks explicit when-to-use vs alternatives or prerequisites. The context is implied but not fully articulated.

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