Skip to main content

3 posts tagged with "documentation"

View All Tags

v4.84.0

· One min read

Documentation

  • MCP Server - New Available tools reference on Supported Tools — every tool and prompt exposed by the MCP server (v0.4.0), grouped by what it lets your AI do. Each entry documents its arguments, a copy-pasteable JSON-RPC request example, and the shape of the response.
    • Search and find answers - search_portfolio, deep_search_portfolio, database_access, es_examples
    • Understand your data model - global_context, typology_reference_data, typology_fields
    • Get the numbers - cubejs_meta, cubejs_query
    • Write back - create_note
    • Prompts - nl_search
  • MCP Server - Documented that every tool is scoped to the permissions of the API key used, and that the analytics tools require a personal key — a global key is refused.
  • MCP Server - Bloomflow MCP now lists all four capability groups under What can you do with Bloomflow MCP? instead of search alone.

v4.82.0

· One min read

Minor changes

New endpoints for activities

  • View Documentation Additional fields on
  • GET /items (search): added permission param to filter by user permission
  • PUT /items/:itemId: external-contacts schema now accepts id
  • POST /items/:itemId/documents: new optional interactionId query param to link document to interaction

v4.71.2

· One min read

Added

  • MCP Server - Expose only two tools (es_query and get_partner_search_context)
  • MCP Server - Add versioning

Changed

  • SCIM endpoint - Are now separated into two tags: Groups and Users

Removed

  • Partners Endpoint - Are now disabled. Use Items endpoints.

Documentation

  • MCP Server - Add new documentation to be able to setup the Bloomflow MCP Server.
  • REST API - Replace Redocly by UI Swagger.
  • REST API - Revamp documentation structure and improve readability.