Documentation Index
Fetch the complete documentation index at: https://docs.ascendgtm.net/llms.txt
Use this file to discover all available pages before exploring further.
Connect to Mistral
Mistral Le Chat and the Mistral API both support MCP tools. Connect V5 to access all 34 GTM tools from Mistral’s models.Mistral MCP integration is in validation status — behavior may differ between Le Chat (consumer), Mistral Studio (enterprise), and the Mistral API. The instructions below cover the API path, which is confirmed stable.
Option A — Mistral API (function calling)
The Mistral API supports tool/function calling with any V5 tool schema. V5 tools are exposed as standard JSON Schema function definitions.Get tool schemas
V5 exposes its tool schemas at the MCP endpoint. For Mistral API integration, retrieve them:tools array.
Example call
Option B — Mistral Le Chat (MCP connector)
Le Chat’s MCP connector support is rolling out to Pro and Enterprise accounts.- Open le.chat → Settings → Connectors
- Click Add MCP connector
- Enter URL:
https://ascend-gateway-v5.ascendgtm.workers.dev/mcp - Select Bearer token auth and enter your token
- Save — Le Chat will discover all 34 tools
LLM-proxy compatibility
V5 exposes an OpenAI-compatible/v1/chat/completions endpoint. Use it with any Mistral-compatible client that accepts an OpenAI base URL:
Troubleshooting
“No tools available” in Le ChatConnector support is gated to Pro/Enterprise accounts. Check your account tier under Settings → Plan. Tool call fails with VALIDATION_ERROR
Every V5 tool call requires a
rationale field. Add it to your tool parameters: