Method
getUserMcpConnectorAuth GET
Copy GET

Get the auth for a MCP connector

Arguments:

REQUIRED KEY TYPE DESCRIPTION
No mcpServerName str The name of the MCP server
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result ApplicationConnector
KEY TYPE Description
applicationConnectorId str The unique ID for the connection.
service str The service this connection connects to
name str A user-friendly name for the service
createdAt str When the API key was created
status str The status of the Application Connector
auth dict Non-secret connection information for this connector
Language: