Smithery
connected_accounts.get
Retrieves comprehensive details of a connected account, including authentication configuration, connection status, and all parameters needed for API requests.
Remote smithery/composio
Other tools also called connected_accounts.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nanoid": {
"type": "string",
"format": "connectedAccountId",
"description": "The unique identifier (nanoid) of the connected account"
}
}
}