Smithery
connect.triggers.get
Get a specific trigger instance for a connection.
Remote smithery
Other tools also called connect.triggers.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "path parameter"
},
"triggerId": {
"type": "string",
"description": "path parameter"
},
"triggerName": {
"type": "string",
"description": "path parameter"
},
"connectionId": {
"type": "string",
"description": "path parameter"
}
}
}