WorkOS
connect.applications.get
Retrieve details for a specific Connect Application by ID or client ID.
Remote workos
Other tools also called connect.applications.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The application ID or client ID of the Connect Application."
}
}
}