Skip to main content
Glama

search_nodes

Search for entities and their relations via text or vector similarity on the MCP server, leveraging libSQL for efficient semantic knowledge storage and retrieval.

Instructions

Search for entities and their relations using text or vector similarity

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "oneOf": [ { "description": "Text search query", "type": "string" }, { "description": "Vector for similarity search", "items": { "type": "number" }, "type": "array" } ] } }, "required": [ "query" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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/spences10/mcp-memory-libsql'

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