15. April 2026
MCP Server
- Prompts/descriptions updated for Statistics and Consumer Insights tools: Unnecessary whitespace and line breaks removed.
- Tool parameter descriptions moved from the description to the input schema, to make them more compact.
07. April 2026
MCP Server
- Support for searching in Consumer Insights surveys and fetching detailed cross-tabulated data for survey question and answer combinations.
- Consumer Insights MCP tools are available on the
/v1/mcpand the Copilot specific endpoint/v1/mcp/copilot.
October 2025
REST API
- Chart images are now displayed in source language.
total_countfield now shows correct number in/search/statistics.- Similarity score for search results appended to
/search/statisticsunderranking_score. - Update API timeout from 5s to 30s to allow longer-running operations and avoid breakage in client systems.
- Multilingual search queries for
/search/statistics - Extended authorization to include both
x-api-keyas custom header andAuthorization: Bearer.
- Support DeepResearch response format and tool names under
/beta/deepresearch. - Coerce ID parameter to avoid runtime errors when LLMs pass in a numerical string.
- Automate MCP Client compatibility tests across LLM providers: OpenAI, Anthropic/Claude, Gemini.
- Condense output of
search-statisticstool to reduce LLM token consumption by 35%