Skip to main content
Glama
Mipiti
by Mipiti

get_risk_view

Retrieve a prioritized, read-only risk view of live control objectives across a threat model, system, or tag scope. Rank which objectives need attention by derived risk tier, coverage, and open findings—no per-objective calls required.

Instructions

Prioritized Risk View — one row per live Control Objective — at a chosen scope. Read-only; no side effects.

scope selects the aggregation boundary and how scope_id is interpreted:

  • "model" — a single threat model (scope_id = model id). One row per live CO with derived risk tier, asset impact, attacker likelihood, control coverage counts (coverage_ratio), and open-finding count (open_findings). Tombstoned COs are excluded; pair with get_threat_model if historical context is needed. Use to triage which COs need attention on one model — a single call ranks the work, no per-CO fan-out.

  • "system" — every model in a System, a group of related threat models (scope_id = system id). Same row shape as model with model_id and model_title added per row, so rows can be grouped/filtered by source model without an extra lookup. Use for posture queries spanning multiple models in the same product or service.

  • "tag" — every member model of a tag, a freely-composed cohort (scope_id = tag id). One delegation-aware row per CO across members (delegation_mitigated / delegating_controls): a CO mitigated via a verified cross-model delegation reads as covered, consistent with each model's own assessment. Use for a portfolio/audit-scope posture rollup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeYesaggregation boundary — "model", "system", or "tag".
scope_idYesid of the model, system, or tag selected by ``scope``.
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full burden; it explicitly says 'Read-only; no side effects,' and discloses important behaviors such as tombstoned CO exclusion, delegation-aware rollup, and row-shape differences across scopes. This is highly transparent about what the caller can expect.

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 one-sentence summary front-loads the core idea, and the three scope bullets are dense—each earns its place by adding distinct usage context. There is no filler or repetition of what the schema already says.

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 no annotations, modest schema detail, and rich scope-specific behavior, this description is remarkably complete. It documents row shape, exclusions, scope semantics, delegation behavior, and covers the necessary context for selecting among the three main use cases.

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?

The description greatly expands on the schema's scope/scope_id details by explaining exactly how each scope value changes scope_id's interpretation and what fields/rows appear. server_version still lacks any explanation, which prevents a perfect score, but the coverage of the two non-trivial parameters is strong.

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 leads with a specific definition: 'Prioritized Risk View — one row per live Control Objective — at a chosen scope.' It clearly names the resource and action, and the three scope modes establish how this view is a risk-aggregation tool distinct from simple listing or editing tools.

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?

Each scope branch includes explicit use guidance: 'Use to triage which COs need attention on one model', 'Use for posture queries spanning multiple models', and 'Use for a portfolio/audit-scope posture rollup.' It gives strong when-to-use context, though it doesn't explicitly name sibling alternatives or state when not to use the tool.

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