- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.5k
Closed
Labels
actionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
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:
- Evaluate Feature Flag - Evaluates an existing feature flag for a specific user or in a general context. See the documentation.
- Update Feature Flag - Updates an existing feature flag using a JSON object. See the documentation
- 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:
- List account members: /api/v2/members (https://launchdarkly.com/docs/api/account-members/get-members)
- Get feature flag: /api/v2/flags/:projectKey/:featureFlagKey (https://launchdarkly.com/docs/api/feature-flags/get-feature-flag)
- Get feature flag status: /api/v2/flag-statuses/:projectKey/:environmentKey/:featureFlagKey (https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-status)
- List feature flags: /api/v2/flags/:projectKey (https://launchdarkly.com/docs/api/feature-flags/get-feature-flags)
- List projects: /api/v2/projects (https://launchdarkly.com/docs/api/projects/get-projects)
- Get project: /api/v2/projects/:projectKey (https://launchdarkly.com/docs/api/projects/get-project)
- List environments: /api/v2/projects/:projectKey/environments (https://launchdarkly.com/docs/api/environments/get-environments-by-project)
Metadata
Metadata
Assignees
Labels
actionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done