Skip to main content
Glama

mcp-spacefrontiers

Official

research_tool

Search across Wiki, scholarly, and general sources using a free-text query. Filter results by source, date range, and limit. Use for precise research inquiries like finding papers, Wiki info, or recent publications.

Instructions

Query-based search across Wiki, scholarly and general sources.

When to use:

  • Use for queries like "find papers about X" or "wiki info about Y".

  • Requires a textual query.

  • For "recent publications" without a query, use get_recent_scholar_publications instead.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
limitNoApproximate number of documents to return
queryYesFree-text search query (short descriptive phrase)
sourceYesThe dataset to search in
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "description": "ISO date (YYYY-MM-DD). Include documents up to and including this date" }, { "type": "null" } ], "default": null, "title": "End Date" }, "limit": { "default": 50, "description": "Approximate number of documents to return", "maximum": 100, "minimum": 1, "title": "Limit", "type": "integer" }, "query": { "description": "Free-text search query (short descriptive phrase)", "title": "Query", "type": "string" }, "source": { "description": "The dataset to search in", "enum": [ "wiki", "pubmed", "standard", "arxiv", "biorxiv", "medrxiv" ], "title": "Source", "type": "string" }, "start_date": { "anyOf": [ { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "description": "ISO date (YYYY-MM-DD). Include documents on/after this date" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "required": [ "query", "source" ], "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/SpaceFrontiers/mcp'

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