Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

analyze_pdf

Conduct detailed PDF research by discovering, processing, and analyzing documents. Search and analyze PDFs from sources like arXiv, PubMed, and the web using OCR, date range filters, and customizable analysis depth.

Instructions

Conduct comprehensive PDF research with document discovery, processing, and analysis

Input Schema

NameRequiredDescriptionDefault
analysisDepthNoDepth of analysis (shallow, medium, deep)
dateRangeNoDate range filter for documents
documentTypeNoType of documents to search for
forceOCRNoForce OCR processing even for good quality text - useful for testing OCR functionality (default: false)
includeOCRNoEnable OCR for scanned PDFs (default: false)
maxDocumentsNoMaximum number of documents to find (default: 10)
queryYesResearch query for PDF document search
sourcesNoSources to search (arxiv, pubmed, web, all)

Input Schema (JSON Schema)

{ "properties": { "analysisDepth": { "description": "Depth of analysis (shallow, medium, deep)", "enum": [ "shallow", "medium", "deep" ], "type": "string" }, "dateRange": { "description": "Date range filter for documents", "properties": { "end": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "start": { "description": "Start date (YYYY-MM-DD)", "type": "string" } }, "type": "object" }, "documentType": { "description": "Type of documents to search for", "enum": [ "academic", "report", "manual", "any" ], "type": "string" }, "forceOCR": { "description": "Force OCR processing even for good quality text - useful for testing OCR functionality (default: false)", "type": "boolean" }, "includeOCR": { "description": "Enable OCR for scanned PDFs (default: false)", "type": "boolean" }, "maxDocuments": { "description": "Maximum number of documents to find (default: 10)", "type": "number" }, "query": { "description": "Research query for PDF document search", "type": "string" }, "sources": { "description": "Sources to search (arxiv, pubmed, web, all)", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "type": "object" }

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/flyanima/open-search-mcp'

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