Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

pdf_discovery

Search and list PDF documents quickly by query, source, and type without full processing. Streamline discovery of academic, reports, manuals, and more.

Instructions

Discover PDF documents without full processing - fast PDF search and listing

Input Schema

NameRequiredDescriptionDefault
documentTypeNoType of documents to search for
maxResultsNoMaximum number of results to return (default: 20)
queryYesSearch query for PDF document discovery
sourcesNoSources to search (arxiv, pubmed, web, all)

Input Schema (JSON Schema)

{ "properties": { "documentType": { "description": "Type of documents to search for", "enum": [ "academic", "report", "manual", "any" ], "type": "string" }, "maxResults": { "description": "Maximum number of results to return (default: 20)", "type": "number" }, "query": { "description": "Search query for PDF document discovery", "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