Smithery
webhook_endpoints.list
Lists webhook endpoints for the authenticated project, optionally filtered by toolkit.
Remote smithery/composio
Other tools also called webhook_endpoints.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"toolkit_slug": {
"type": "string",
"description": "Filter by toolkit slug"
}
}
}