Smithery

auth_configs.get

Retrieves detailed information about a specific authentication configuration using its unique identifier.

Remote smithery/composio

Other tools also called auth_configs.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "nanoid": {
      "type": "string",
      "format": "authConfigId",
      "description": "The unique identifier of the authentication configuration to retrieve"
    }
  }
}