Skip to main content
Glama

MCP Think Tank

by flight505

exa_answer

Obtain sourced answers to questions using the Exa /answer API. Specify a question and control citation count for reliable, evidence-based responses.

Instructions

Ask a question and get a sourced answer via Exa /answer API.

Input Schema

NameRequiredDescriptionDefault
max_citationsNoMaximum number of citations to include in the answer (1-10)
questionYesThe question to ask and get an answer with sources

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "max_citations": { "default": 5, "description": "Maximum number of citations to include in the answer (1-10)", "maximum": 10, "minimum": 1, "type": "number" }, "question": { "description": "The question to ask and get an answer with sources", "minLength": 5, "type": "string" } }, "required": [ "question" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Think Tank

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/flight505/mcp-think-tank'

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