Smithery
webhook_subscriptions.get
Retrieves a webhook subscription by ID.
Remote smithery/composio
Other tools also called webhook_subscriptions.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "webhookSubscriptionId",
"description": "Webhook subscription ID"
}
}
}