942 B
942 B
MCP Surface
RA-H exposes MCP tools for direct graph work against the local database or app API.
Core MCP Contract
getContextreturns graph orientation: stats, contexts, hubs, and skills.createNodeandupdateNodeaccept optionalcontext_idbut do not require context.queryNodessearches title, description, and source, with optional context filters.dimensionsare removed from the MCP contract.
Main Tools
Read:
getContextqueryNodesqueryContextsgetNodesByIdqueryEdgelistSkillsreadSkillsearchContentEmbeddingssqliteQuery
Write:
createNodeupdateNodecreateEdgeupdateEdgewriteSkilldeleteSkill
Tool Behavior
- Always search before creating.
- Prefer explicit context assignment when the primary scope is clear.
- Do not expect automatic context assignment.
- Judge graph quality by node quality and edges, not taxonomy completeness.