Skip to main content
Glama
OctopusDeploy

Octopus Deploy MCP Server

Official

Find releases

find_releases
Read-onlyIdempotent

Find releases in an Octopus Deploy space. Fetch details by release ID, list releases for a project, or browse all releases across the space.

Instructions

Find releases in an Octopus Deploy space.

Three modes, picked by which arguments are supplied:

  • releaseId → fetch the summary for that release.

  • projectId → list releases for that project (optionally filtered by searchByVersion).

  • neither → list releases across the space.

Each summary includes a resourceUri for fetching the full release body (release notes, packages, build information, custom fields).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate read-only, non-destructive, idempotent behavior. The description adds that the summary includes a resourceUri for full details, which is useful. However, the mismatch between described parameters and empty schema undermines trust.

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 concise, well-structured, and front-loaded. It uses clear bullet points for the three modes without unnecessary words.

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?

For a tool with no parameters and no output schema, the description explains modes and summary contents. However, it is incomplete because the described modes require parameters not present in the schema. The 'neither' mode is mentioned but not fully explained.

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

Parameters2/5

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

Input schema has no parameters, so schema coverage is 100%. The description misleadingly discusses arguments releaseId and projectId that do not exist, adding confusion rather than clarifying parameter meaning.

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 that the tool finds releases in Octopus Deploy and specifies three modes based on input arguments. It distinguishes from siblings like create_release and deploy_release by focusing on retrieval.

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?

The description explains modes but references parameters (releaseId, projectId) that are not in the input schema, causing confusion. It lacks guidance on when to use this tool versus other find_* tools and provides no exclusions.

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/OctopusDeploy/mcp-server'

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