Smithery
connect.get
Get details for a specific connection. Requires service token with connections:read scope.
Remote smithery
Other tools also called connect.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "path parameter"
},
"connectionId": {
"type": "string",
"description": "path parameter"
}
}
}