Skip to main content
Glama
Mipiti
by Mipiti

link_dependency

Link an assumption to a target model to create a cross-model dependency, establishing it as a compliance requirement with auto or manual attestation paths.

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

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the core behavior (cross-model dependency, satisfaction paths, unlinking) but lacks details on side effects, error handling, or permissions. Acceptable but not thorough.

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 concise (5-6 sentences), front-loaded with the purpose, and every sentence adds value. No redundancy.

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 the tool's moderate complexity and existence of an output schema, the description covers the main workflow, prerequisites, and unlinking. Missing details like idempotency or error conditions, but overall 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 description coverage is 75%, so baseline is 3. The description adds context about the linking process and the unlinking function of target_model_id, but does not significantly enhance understanding beyond the schema.

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 links an external assumption to a target model, making it a cross-model dependency. It distinguishes from sibling tools like add_assumption and edit_assumption by explaining the prerequisite and effect.

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?

The description explains when to use the tool (linking assumptions after linking to control objectives) and mentions the two satisfaction paths and unlinking via empty target_model_id. It does not explicitly list exclusions but provides clear contextual guidance.

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