Skip to main content
Glama

basic-memory

search_notes

Search and retrieve content from your knowledge base using advanced syntax, filter by type, date, or project, and manage results with pagination for efficient information access.

Instructions

Search across all content in the knowledge base with advanced syntax support.

Input Schema

NameRequiredDescriptionDefault
after_dateNo
entity_typesNo
pageNo
page_sizeNo
projectNo
queryYes
search_typeNotext
typesNo

Input Schema (JSON Schema)

{ "properties": { "after_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "After Date" }, "entity_types": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Entity Types" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "page_size": { "default": 10, "title": "Page Size", "type": "integer" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" }, "query": { "title": "Query", "type": "string" }, "search_type": { "default": "text", "title": "Search Type", "type": "string" }, "types": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Types" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from basic-memory

Related Tools

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/basicmachines-co/basic-memory'

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