Skip to main content
Glama

MCP Think Tank

by flight505

open_nodes

Retrieve specific entities from a knowledge graph by providing their names. Enhances structured thinking and problem-solving within AI workflows.

Instructions

Open specific nodes in the knowledge graph by their names

Input Schema

NameRequiredDescriptionDefault
namesYesArray of entity names to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "names": { "description": "Array of entity names to retrieve", "items": { "minLength": 1, "type": "string" }, "type": "array" } }, "required": [ "names" ], "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/flight505/mcp-think-tank'

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