Skip to main content
Glama

Delete pipeline schedule variable

delete_pipeline_schedule_variable
Destructive

Delete a GitLab pipeline schedule variable by specifying project, schedule ID, and key. Removes the variable without returning its previous value.

Instructions

Delete a pipeline schedule variable without returning its former value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
projectYesGitLab project ID or full path such as group/project.
pipeline_schedule_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesGitLab response normalized for model use.
Behavior2/5

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

The description notes that the tool does not return the former value, which is a specific behavioral detail. However, it does not mention other side effects, idempotency (which annotations indicate is false), or error conditions, leaving the agent with limited understanding.

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 a single sentence, which is highly concise and front-loaded. It avoids unnecessary verbosity, but this comes at the cost of detail.

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

Completeness1/5

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

The description is very sparse, lacking any contextual information about pipeline schedule variables, when deletion is appropriate, or potential consequences. It does not explain the relationship to pipeline schedules or provide examples, making it incomplete for robust usage.

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

Parameters1/5

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

The description does not clarify any of the three parameters (project, pipeline_schedule_id, key). Only the schema provides a description for 'project', while the other two lack any semantic explanation, making it difficult for an agent to know what values are expected.

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 action (delete) and the resource (pipeline schedule variable), which is unambiguous and distinct from sibling tools like create or update.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives, such as when a variable needs to be removed without retrieving its value. It lacks context like prerequisites or typical use cases.

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/CobolJunkie/gitlab-mcp'

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