LlamaCloud MCP Server

Official

get_information

Get information from your knowledge base to answer questions.

Input Schema

NameRequiredDescriptionDefault
queryYesThe query used to get information about your knowledge base.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The query used to get information about your knowledge base.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools