Skip to main content
Glama
KlausFreiberufler

DevFlow MCP Server

release_create

Create a new release to plan a version or milestone, specifying name, description, and target date. Automatically links to the active project if none specified.

Instructions

Create a new release for a project. Use this to plan a new version or milestone. Automatically uses the linked project if no projectId is provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoThe project ID. If omitted, uses the linked project.
nameYesRelease name (e.g., "v1.2.0", "Sprint 5")
descriptionNoDescription of the release scope and goals
targetDateNoTarget release date (ISO 8601 format, e.g., "2026-03-01")
Behavior3/5

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

No annotations are provided, so the description carries full responsibility. It reveals an important behavior: 'Automatically uses the linked project if no projectId is provided.' However, it does not mention other behaviors like potential side effects, permissions, or return values, which is a gap but keeps the description minimally viable.

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?

Three sentences, no wasted words. The main action and key behavior are front-loaded, and the description is efficient. Every sentence earns its place.

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?

The description covers the creation intent and the project fallback behavior. However, it omits any mention of what the tool returns (e.g., the created release object) since no output schema is provided. Given the lack of output schema and the presence of 4 parameters, the description is adequate but could be more 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 coverage is 100%, so each parameter is already documented. The description adds value only for projectId by explaining automatic project fallback. Other parameters (name, description, targetDate) rely solely on the schema. This minor addition maintains 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 clearly states 'Create a new release for a project' and specifies it is used to 'plan a new version or milestone.' This is a specific verb+resource pair, and the sibling tools (release_get, release_list, release_update) are distinct actions, making the tool's purpose unambiguous.

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 explicitly says 'Use this to plan a new version or milestone,' providing clear context for when to use the tool. It does not mention when not to use it or point to alternatives like release_update, but the intent is well-defined and sufficient for an agent to decide.

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/KlausFreiberufler/devflow-mcp'

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