LaunchDarkly
launch_darklyA feature management platform that helps teams build better software faster using feature flags.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Flag Trigger WorkflowLAUNCH_DARKLY_CREATE_TRIGGER_WORKFLOWAcciónTool to create a flag trigger workflow. use when setting up an automated trigger to toggle a flag in a specific environment.
LAUNCH_DARKLY_CREATE_TRIGGER_WORKFLOWAcciónTool to create a flag trigger workflow. use when setting up an automated trigger to toggle a flag in a specific environment.
Parámetros de entrada
commentstringOptional comment describing the trigger
project_keystringObligatorioProject key
instructionsobject[]List of actions for the trigger workflow (should include one Instruction object)
integrationKeystringObligatorioIdentifier of the integration (use 'generic-trigger' for unsupported integrations)
environment_keystringObligatorioEnvironment key
feature_flag_keystringObligatorioFeature flag key
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Trigger WorkflowLAUNCH_DARKLY_DELETE_TRIGGER_WORKFLOWAcciónTool to delete a specific flag trigger workflow. use after confirming the project key, feature flag key, environment key, and trigger workflow id.
LAUNCH_DARKLY_DELETE_TRIGGER_WORKFLOWAcciónTool to delete a specific flag trigger workflow. use after confirming the project key, feature flag key, environment key, and trigger workflow id.
Parámetros de entrada
idstringObligatorioThe identifier of the trigger workflow to delete.
project_keystringObligatorioThe key of the LaunchDarkly project.
environment_keystringObligatorioThe environment key, e.g., 'production' or 'staging'.
feature_flag_keystringObligatorioThe key of the feature flag.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Custom RolesLAUNCH_DARKLY_GET_CUSTOM_ROLESAcciónTool to retrieve a list of all custom roles. use when you need to list roles for permissions audits or configuration reviews. note: results are paginated.
LAUNCH_DARKLY_GET_CUSTOM_ROLESAcciónTool to retrieve a list of all custom roles. use when you need to list roles for permissions audits or configuration reviews. note: results are paginated.
Parámetros de entrada
limitintegerMaximum number of custom roles to return. Defaults to 20.
offsetintegerNumber of custom roles to skip before returning results. Defaults to 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EnvironmentsLAUNCH_DARKLY_GET_ENVIRONMENTSAcciónTool to retrieve a list of all environments within a project. use after confirming the project key; supports pagination.
LAUNCH_DARKLY_GET_ENVIRONMENTSAcciónTool to retrieve a list of all environments within a project. use after confirming the project key; supports pagination.
Parámetros de entrada
sortstringComma-separated list of fields to sort by. Prefix with '-' for descending.
limitintegerMaximum number of environments to return per page. Defaults to 20.
filterstringComma-separated list of filters in 'field:value' format.
offsetintegerNumber of environments to skip. Defaults to 0.
project_keystringObligatorioKey of the project.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Code Reference RepositoriesLAUNCH_DARKLY_LIST_CODE_REFERENCE_REPOSITORIESAcciónTool to list code reference repositories. use when retrieving repositories for a specific project; includes pagination.
LAUNCH_DARKLY_LIST_CODE_REFERENCE_REPOSITORIESAcciónTool to list code reference repositories. use when retrieving repositories for a specific project; includes pagination.
Parámetros de entrada
limitintegerNumber of repositories to return per page.
offsetintegerNumber of repositories to skip before starting to collect the result set.
projectKeystringObligatorioKey of the LaunchDarkly project.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsLAUNCH_DARKLY_LIST_PROJECTSAcciónTool to retrieve a list of all projects. use after confirming credentials to enumerate project keys and metadata.
LAUNCH_DARKLY_LIST_PROJECTSAcciónTool to retrieve a list of all projects. use after confirming credentials to enumerate project keys and metadata.
Parámetros de entrada
sortstringComma-separated list of fields to sort by (prefix '-' for descending).
limitintegerNumber of projects to return. Defaults to the API default.
expandstringComma-separated list of properties to expand in each project.
filterstringComma-separated list of filters in `field:value` format.
offsetintegerStarting index for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TeamsLAUNCH_DARKLY_LIST_TEAMSAcciónTool to list all teams in launchdarkly. use after confirming credentials; supports pagination internally.
LAUNCH_DARKLY_LIST_TEAMSAcciónTool to list all teams in launchdarkly. use after confirming credentials; supports pagination internally.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not