goldhold_searchSemantic search across GoldHold memory. Returns ranked results from past sessions.
goldhold_storeSave a memory to GoldHold. Stored via relay and synced to Pinecone.
goldhold_turnCompound: search + store + send in one call. The primary tool for most interactions.
goldhold_resumeResume a session. Returns recent context, inbox, and capability card.
goldhold_batchMultiple operations in one request. Each op has a method and params.
goldhold_closeGraceful session end with summary. Saves state for next session.
goldhold_inboxCheck the GoldHold message inbox. Returns messages from other agents and the owner.
goldhold_sendSend a message via GoldHold messaging. Recipients: owner, guardian, or agent name.
goldhold_statusCheck GoldHold connection health, sync state, and system info.
goldhold_summaryGet account summary: unread messages, task counts, blocked tasks, attention flags. Use as preflight before starting work.
goldhold_preflightStandard session preflight: returns account summary + restored context in one call. Use this as the first call in any new session.
goldhold_classifyClassify intent and resolve scope for a query. Returns intent type, confidence, scope, and reasoning. Useful for debugging hook behavior.
goldhold_discoverList agents, channels, and capabilities in the GoldHold network.
goldhold_agentsList all agents in the GoldHold network.
goldhold_memory_readRead a specific memory packet by ID, or browse a folder
goldhold_memory_namespacesList all memory folders and their stats (count, last updated).
goldhold_task_listList open tasks from the GoldHold task queue.
goldhold_task_createCreate a new task in the GoldHold task queue.
+12 more tools
We re-grade npm:@goldhold/mcp-server on a schedule and alert your Slack/webhook the moment its tools change or its grade drops — rug-pull insurance for the connection.
Add the wmcp.sh trust oracle as an MCP server and call grade_mcp_server / check_mcp_drift in your agent's pre-connection gate:
https://wmcp.sh/mcp/trust
readOnly vs observed behavior) layer on via the wmcp.sh proxy.