Provider and action metadata used by users and agents.
Fuzzy keyword search over the action catalog.
Fuzzy keyword search over the action catalog. › Responses
JSON response.
idThe unique action identifier.
serviceThe provider service that owns the action.
nameThe provider-scoped action name.
descriptionThe action description.
authenticatedWhether the provider service has an authenticated local connection.
The normalized JSON Schema for the action input.
The normalized JSON Schema for the action output.
List public provider catalog entries.
Closest HTTP analog of MCP list_apps. Categories are objects; MCP list_apps returns strings.
query Parameters
qOptional case-insensitive filter over service, display name, scenario, category, or auth type.
serviceOptional provider service id. Repeat to include multiple providers.
List public provider catalog entries. › Responses
JSON response.
successmessageList action services, or actions for one service.
Without service, data is [{service}]. With service, data is RuntimeActionMetadata.
query Parameters
serviceProvider service id. Omit to list services instead of actions.
List action services, or actions for one service. › Responses
JSON response.
successmessageRuntime action index payload.
Fuzzy keyword search over the action catalog.
query Parameters
qSearch text. Provide either q or query.
queryAlias for q. Provide either q or query.
serviceOptional provider service id.
limitMaximum actions to return. Defaults to 10. Maximum 50.
Fuzzy keyword search over the action catalog. › Responses
JSON response.
successmessageGet one runtime action.
path Parameters
actionIdAction id, usually
Get one runtime action. › Responses
JSON response.
successmessagePublic runtime action metadata.