Skip to main content
Glama

Clado MCP Server

by clado-ai

initiate_deep_research

Conduct deep research by combining multiple search variations with optional email enrichment to retrieve detailed insights, limited to 100 results per query.

Instructions

Initiate a deep research job that combines multiple search variations with optional email enrichment. Each result costs 1 credit.

Input Schema

NameRequiredDescriptionDefault
emailNoAn email address to notify when the job is complete
limitNoMaximum number of results to return (default: 30, max: 100)
queryYesThe search query to research

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "An email address to notify when the job is complete", "type": "string" }, "limit": { "default": 30, "description": "Maximum number of results to return (default: 30, max: 100)", "maximum": 100, "type": "number" }, "query": { "description": "The search query to research", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Clado 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/clado-ai/mcp'

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