Skip to main content
Glama
OctopusDeploy

Octopus Deploy MCP Server

Official

Find feature toggles

find_feature_toggles
Read-onlyIdempotent

List feature toggles in an Octopus Deploy project with per-environment enablement state and rollout percentages. Answer 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, idempotent, non-destructive. Description adds: summary contains per-environment state, heavy fields are in resource body, and what operations are not exposed. No contradiction, and valuable context 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.

Conciseness5/5

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

Concise, well-structured description. First sentence states purpose clearly, followed by details on response structure, dereferencing, and usage boundaries. Every sentence adds value, no redundancy.

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?

Despite no output schema, description thoroughly explains what the response contains (summary with per-environment state, resourceUri for heavy fields). Also covers limitations (no create/delete) and pagination details. Complete for a list tool with good annotations.

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

Parameters4/5

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

All parameters have schema descriptions (100% coverage). Description adds specifics: 'Case-insensitive substring match' for partialName, 'canonical tag names' for tags, and matching logic for tags and environmentIds. Also explains pagination and result structure, enhancing understanding beyond the schema alone.

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?

Clearly states 'List customer feature toggles in an Octopus Deploy project' with specific verb and resource. Distinguishes from sibling tools like update_feature_toggle and lists exclusions (no create/delete).

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?

Explicitly directs use of update_feature_toggle for modifications and refers to UI for unsupported operations. Also instructs to dereference resourceUri for full details. Provides complete context for when to use this tool vs alternatives.

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