Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

check_research_saturation

Assess research topic completeness and pinpoint gaps by analyzing consulted sources. Ideal for identifying areas requiring further investigation.

Instructions

Evaluate research completeness and identify gaps

Input Schema

NameRequiredDescriptionDefault
sourcesNoList of sources already consulted
topicYesResearch topic to evaluate

Input Schema (JSON Schema)

{ "properties": { "sources": { "description": "List of sources already consulted", "items": { "type": "string" }, "type": "array" }, "topic": { "description": "Research topic to evaluate", "type": "string" } }, "required": [ "topic" ], "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