get_auth_headers_info
Retrieve authentication header information securely without exposing sensitive data. This function returns a dictionary containing header details for use in the QuantConnect MCP Server.
Instructions
Get information about authentication headers (without exposing sensitive data).
Returns: Dictionary containing header information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}