Skip to main content
Glama
Mipiti
by Mipiti

link_dependency

Link an external assumption to a target model, creating a compliance dependency that is satisfied via auto-attestation or manual attestation.

Instructions

Link an external assumption to a target model in the same system.

Makes the assumption a cross-model dependency: it becomes a compliance requirement on the target model. Two independent satisfaction paths: auto-attestation when the target model's controls satisfy the requirement (no manual action needed), or manual attestation via submit_attestation. Either path alone suffices.

The assumption must already be linked to control objectives (via add_assumption or edit_assumption with linked_co_ids). Pass empty target_model_id to unlink.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesID of the threat model containing the assumption.
assumption_idYesID of the assumption (e.g., "AS1").
server_versionYes
target_model_idNoID of the target model in the same system. Pass "" to unlink.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It explains the effect: making a cross-model dependency with two satisfaction paths. It also describes the unlinking behavior and prerequisite. However, it does not mention idempotency, side effects, or concurrent call behavior.

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?

Concise at about 100 words. Front-loaded with the main purpose. Uses clear structure with bullet-like separation of ideas. No unnecessary words.

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?

With an output schema present (not shown), the description need not cover return values. It covers prerequisites, satisfaction paths, and unlinking. Missing explicit mention of idempotency or potential recomputation triggers, but overall fairly complete.

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

Parameters3/5

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

Schema coverage is 75%, with 'server_version' lacking description. The description adds context for 'target_model_id' (unlinking), but does not explain other parameters beyond the schema. Fails to compensate for the missing schema description of 'server_version'.

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 ('link') and the resource ('external assumption to a target model'), distinguishing it from siblings like 'add_assumption' and 'submit_attestation'. It also includes the unlinking behavior.

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?

Explicitly describes when to use (linking assumptions to target models), prerequisites (assumption must be linked to control objectives), and alternatives (two independent satisfaction paths, including manual attestation via submit_attestation). Also explains the unlinking case.

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