MCP Think Tank

by flight505
MIT License
152
2
  • Apple
  • Linux

search_nodes

Locate and retrieve relevant entities in a knowledge graph by executing precise queries to support structured reasoning and problem-solving tasks.

Instructions

Search for nodes in the knowledge graph based on a query

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query to find matching entities

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Search query to find matching entities", "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: pgg03wdx49