Skip to main content
Glama
OctopusDeploy

Octopus Deploy MCP Server

Official

Find feature toggles

find_feature_toggles
Read-onlyIdempotent

Retrieve feature toggles per project with per-environment enabled status and rollout percentages to identify where each toggle is active.

Instructions

List customer feature toggles in an Octopus Deploy project.

Each summary includes per-environment state (isEnabled, rolloutPercentage, clientRolloutPercentage) so "where is X turned on" is answerable from the list response. Heavy fields (description, tenant lists, segments, minimum versions) live in the resource body.

Dereference the returned resourceUri (octopus://spaces/{spaceName}/projects/{projectId}/featuretoggles/{slug}) for the full toggle body.

Use update_feature_toggle to flip an environment on/off or change rollout percentages on an existing toggle. This MCP server does not expose toggle creation, deletion, renaming, or rollout-group management — direct customers to the Octopus UI for those.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spaceNameYesSpace name.
projectIdYesProject ID (e.g. Projects-123). Feature toggles are scoped per project.
partialNameNoCase-insensitive substring match on the toggle name.
tagsNoFilter by canonical tag names (e.g. "release-rings/beta"). Repeats: a toggle matches if it has any of these tags.
environmentIdsNoFilter by environment IDs (e.g. Environments-7). A toggle matches if it has configuration for any of these environments.
skipNoPagination offset (≥ 0).
takeNoPagination page size (1–100, server-side cap).
Behavior5/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 value by detailing response structure (summary vs. resource body), indicating that heavy fields are in the resource body, and explaining how to dereference the resourceUri for full details.

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?

Description is fairly detailed and well-structured, but slightly verbose. It uses clear sentences and separates purpose, response details, and guidance. Could be slightly more concise, but effective.

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

Completeness5/5

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

Given no output schema, the description adequately explains the return value structure (per-environment state in summary, heavy fields in body, resourceUri for full details). Also clarifies limitations and alternative tools.

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?

Input schema has 100% description coverage. The description does not add new meaning beyond what the schema already provides for parameters. 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?

The description clearly states the verb 'List' and the resource 'customer feature toggles in an Octopus Deploy project'. It distinguishes from siblings by specifying what the tool does not do (creation, deletion, etc.) and references update_feature_toggle for modifications.

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use (listing toggles with per-environment state) and when not to use (for creation, deletion, renaming, rollout-group management). Mentions update_feature_toggle as the alternative for flipping toggles.

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