Smithery
connect.subscriptions.list
List trigger subscriptions scoped to a single connection.
Remote smithery
Other tools also called connect.subscriptions.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "path parameter"
},
"connectionId": {
"type": "string",
"description": "path parameter"
}
}
}