Skip to main content
Glama

Update Test Layer Schema

update_test_layer_schema
DestructiveIdempotent

Update an existing test layer schema by providing its ID, modify its key, link a new test layer, and confirm changes to apply them.

Instructions

Update an existing test layer schema. ⚠️ CAUTION: Destructive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoNew schema key.
confirmNoMust be set to True to proceed with update. Safety measure.
schema_idYesID of the test layer schema to update.
project_idNoAllure TestOps project ID.
output_formatNoOutput format: 'json' (default) or 'plain'.
test_layer_idNoNew test layer ID to link to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
keyNo
actionNoRequested operation name.
changedNo
schema_idNo
test_layer_nameNo
requires_confirmationNo
Behavior3/5

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

Annotations already indicate destructiveHint=true and idempotentHint=true. The description adds 'CAUTION: Destructive' but does not elaborate on the nature of the destruction (e.g., irreversible changes). It adds minimal value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise with two fragments. It is efficient but lacks structure; a single sentence or bullet points would improve readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (6 parameters, destructive nature) and the presence of an output schema, the description is minimal but sufficient. It covers the core purpose and the caution, but could mention the confirm parameter's role.

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 100%, so all parameters are documented in the schema. The description adds no additional parameter information, meeting the baseline of 3.

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 'Update an existing test layer schema' clearly states the verb (update) and resource (test layer schema), distinguishing it from sibling tools like create, list, and delete test layer schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. There is no mention of prerequisites, when not to use, or which sibling tools to choose instead.

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/ivanostanin/lucius-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server