Tools
Get all custom tool providers for the user's organization.
Args: user_org: Current authenticated user service: Custom tool service instance
Returns: List of custom tool providers
Successful Response
Successful Response
Create a new custom tool provider.
Args: data: Provider creation data service: Custom tool service instance user_org: Current user's organization user: Current user profile
Returns: Created custom tool provider
Successful Response
Validation Error
Update an existing custom tool provider.
Args: provider_id: Provider ID to update data: Provider update data service: Custom tool service instance user_org: Current user's organization user: Current user profile
Returns: Updated custom tool provider
Successful Response
Validation Error
Delete a custom tool provider.
Args: provider_id: Provider ID to delete user_org: Current user's organization service: Custom tool service instance
Returns: None
Successful Response
Validation Error
No content
Get all providers with tools created by StackAI's team.
Args: minimal: Whether to return minimal schema or not
Returns: List of providers with tools created by StackAI's team
falseSuccessful Response
Validation Error
Get the data for a specific native action available and implemented by StackAI.
Successful Response
Validation Error
Get the data for a specific native trigger available and implemented by StackAI.
Successful Response
Validation Error
Run an action.
Successful Response
Validation Error
Get action options for a specific action and provider.
Args: options_request: Action and provider identifiers user_organization: The user organization
Returns: List of schema strings for the action
Successful Response
Validation Error
Last updated
Was this helpful?

