Skip to main content
Glama
Mipiti
by Mipiti

edit_component

Edit a component's EAL, FIPS level, target security level, trust boundaries, name, path, or repo URL in a threat model. Leave fields unset to keep existing values.

Instructions

Edit a component's properties.

Per-component level grades are orthogonal axes — set whichever apply to the program the component is in scope for. Leave a field unset (None) to keep the current server-side value; backend treats absent fields as "unchanged".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ealNoCommon Criteria Evaluation Assurance Level (1-7). For components subject to CC certification.
nameNoNew name (empty = unchanged).
pathNoNew path (empty = unchanged).
model_idYesID of the threat model.
repo_urlNoNew repo URL (empty = unchanged).
target_slNoIEC 62443 target Security Level (1-4). For industrial / OT components that need a 62443 zone target.
fips_levelNoFIPS 140-3 Security Level (1-4) for the cryptographic module embedded in this component.
component_idYesID of the component (e.g., "CMP1").
server_versionYes
trust_boundary_idsNoNew trust boundary IDs (comma-separated, empty = unchanged).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations exist, so description carries burden. It discloses that absent fields are treated as unchanged, which is key behavioral info. However, doesn't mention permissions, side effects, or error conditions.

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?

Two concise sentences. First states purpose, second explains usage. No wasted words, front-loaded with key info.

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 high schema coverage and existence of output schema, description covers the essential behavioral nuance (unchanged fields). Could mention that it updates in-place, but overall adequate.

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 high (90%), so description adds marginal value. It explains orthogonal grades concept but doesn't detail each parameter beyond schema. Baseline 3 is appropriate.

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?

Description clearly states 'Edit a component's properties' using a specific verb and resource. It distinguishes from sibling tools like add_component and remove_component by focusing on modification.

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?

Provides clear context on when to set fields ('orthogonal axes', 'set whichever apply') and how to leave fields unchanged ('leave a field unset'). Lacks explicit when-not-to-use, but sufficient for typical edit scenarios.

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