Skip to main content
Glama
Mipiti
by Mipiti

link_system_dependency

Link an assumption to a target model to create a cross-model dependency and compliance requirement.

Instructions

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

Makes the assumption a cross-model (system-scoped) 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. Inspect the resulting dependency graph with get_system_dependencies.

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?

With no annotations, the description carries the full burden and does a good job: it explains the dependency becomes a compliance requirement, describes two independent satisfaction paths, and discloses the unlink sentinel behavior. Minor gaps remain around failure modes or auth needs, but the core behavior is transparent.

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 front-loaded with a one-sentence summary, then expands with necessary behavioral details. Every sentence contributes: dependency semantics, satisfaction paths, prerequisites, unlink behavior, and inspection tool. No filler or 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 operation's complexity and the presence of an output schema, the description covers the essential context: prerequisite state, behavioral effects, unlink semantics, alternate attestation path, and a related inspection tool. It does not explain server_version, but the overall guidance is sufficient for correct invocation.

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 75%, so a baseline of 3 applies. The description adds meaningful semantic value beyond the schema by explaining the unlink behavior of target_model_id ('Pass an empty target_model_id to unlink') and tying the operation to linked_co_ids from add_assumption/edit_assumption. server_version remains unexplained.

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 uses a specific verb and resource: 'Link an external assumption to a target model in the same system.' It clearly distinguishes itself from sibling tools like add_assumption and edit_assumption by framing the operation as a cross-model, system-scoped dependency.

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?

It provides clear context: the assumption must already be linked to control objectives, empty target_model_id unlinks, and get_system_dependencies can inspect the result. It does not explicitly state 'when not to use', but it names related tools and prerequisites well.

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