From 207486eccae8d84eb2a36916b9378e8247ac29fc Mon Sep 17 00:00:00 2001 From: ajspig Date: Thu, 12 Mar 2026 16:49:55 -0400 Subject: [PATCH] chore: cr --- mcp/instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mcp/instructions.md b/mcp/instructions.md index b106c594..6d4128f3 100644 --- a/mcp/instructions.md +++ b/mcp/instructions.md @@ -86,6 +86,7 @@ Beyond the bespoke flow, Honcho exposes the full API for advanced use cases. | `inspect_session` | Inspect detailed session structure/metadata | | `add_messages_to_session` | Add messages from specific peers | | `get_session_messages` | Read conversation history | +| `get_session_message` | Get a single message from a session by ID. Use this when you already know the message ID and need the exact record. | | `search_session_messages` | Semantic search within a session | | `get_session_context` | Get LLM-ready context (messages + summary) | | `get_session_summaries` | Retrieve session summaries (for overview/search) |