Skip to main content
Glama

Ambivo MCP Server

Official
by ambivo-corp

natural_query

Process natural language queries to retrieve structured data from Ambivo entity records such as leads, contacts, and opportunities. Supports table, natural language, or combined response formats.

Instructions

Execute natural language queries against Ambivo entity data. This tool processes natural language queries and returns structured data about leads, contacts, opportunities, and other entities.

Input Schema

NameRequiredDescriptionDefault
queryYesNatural language query describing what data you want to retrieve. Examples: 'Show me leads created this week', 'Find contacts with gmail addresses', 'List opportunities worth more than $10,000'
response_formatNoFormat of the response: 'table' for structured data, 'natural' for natural language description, 'both' for both formatsboth

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Natural language query describing what data you want to retrieve. Examples: 'Show me leads created this week', 'Find contacts with gmail addresses', 'List opportunities worth more than $10,000'", "type": "string" }, "response_format": { "default": "both", "description": "Format of the response: 'table' for structured data, 'natural' for natural language description, 'both' for both formats", "enum": [ "table", "natural", "both" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Ambivo MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ambivo-corp/ambivo-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server