MCP tool reference

Eight native LiquidLM tools plus standard search and fetch compatibility aliases.

Tools

12 tools are exposed over the Model Context Protocol endpoint. Each one maps to a permission-checked action, so a token issued with a read-only grant can call the readers and nothing else.

  • fetch — OpenAI-compatible fetch alias over the scoped LiquidLM knowledge reader. (vault-scoped; needs viewer or above)
  • follow_references — Walk the reference graph outward from an item to the sources it cites or that cite it. (vault-scoped; needs viewer or above)
  • forget_knowledge — Move a knowledge item to the vault's trash so it stops being retrievable. (vault-scoped; needs editor or above)
  • get_knowledge — Read one knowledge item by id, with its text content and source metadata. (vault-scoped; needs viewer or above)
  • get_related — Find items related to a given one through shared entities and references. (vault-scoped; needs viewer or above)
  • list_entities — List the people, organizations, and concepts extracted from knowledge in scope. (vault-scoped; needs viewer or above)
  • list_knowledge — List knowledge items in scope, filtered by vault, type, and time, without running a search. (vault-scoped; needs viewer or above)
  • pin_knowledge — Mark a knowledge item as the vault's standing context, so agents see it before they search. (vault-scoped; needs editor or above)
  • put_knowledge — Write a note or link into a vault, indexed the same way an upload is. (vault-scoped; needs editor or above)
  • search — OpenAI-compatible search alias over the scoped LiquidLM knowledge search. (vault-scoped; needs viewer or above)
  • search_knowledge — Hybrid semantic and full-text search across the vaults a token can read, returning ranked passages with citations. (vault-scoped; needs viewer or above)
  • unpin_knowledge — Remove a knowledge item from the vault's standing context, leaving the item itself untouched. (vault-scoped; needs editor or above)