Smithery
connect.triggers.create
Create a trigger instance for a connection using the trigger's declared params.
Remote smithery
Other tools also called connect.triggers.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "path parameter"
},
"triggerName": {
"type": "string",
"description": "path parameter"
},
"connectionId": {
"type": "string",
"description": "path parameter"
}
}
}