Skip to content

Please add tools to the launch_darkly_oauth MCP server! #17725

@NickAnthony

Description

@NickAnthony

Is there a specific app this action is for?

launch_darkly_oauth

Please provide a link to the relevant API docs for the specific service / operation.

launch_darkly_oauth MCP: https://mcp.pipedream.com/app/launch_darkly_oauth

The launchdarkly (non-oauth) MCP server has 3 tools, all of which are useful:

  1. Evaluate Feature Flag - Evaluates an existing feature flag for a specific user or in a general context. See the documentation.
  2. Update Feature Flag - Updates an existing feature flag using a JSON object. See the documentation
  3. Toggle Feature Flag - Toggles the status of a feature flag, switching it from active to inactive, or vice versa. See the documentation

In addition, these tools would be useful:

  1. List account members: /api/v2/members (https://launchdarkly.com/docs/api/account-members/get-members)
  2. Get feature flag: /api/v2/flags/:projectKey/:featureFlagKey (https://launchdarkly.com/docs/api/feature-flags/get-feature-flag)
  3. Get feature flag status: /api/v2/flag-statuses/:projectKey/:environmentKey/:featureFlagKey (https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-status)
  4. List feature flags: /api/v2/flags/:projectKey (https://launchdarkly.com/docs/api/feature-flags/get-feature-flags)
  5. List projects: /api/v2/projects (https://launchdarkly.com/docs/api/projects/get-projects)
  6. Get project: /api/v2/projects/:projectKey (https://launchdarkly.com/docs/api/projects/get-project)
  7. List environments: /api/v2/projects/:projectKey/environments (https://launchdarkly.com/docs/api/environments/get-environments-by-project)

Metadata

Metadata

Assignees

Labels

actionNew Action RequestenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions