Skip to main content
Glama

board_end_session

End a Vibe Board VE session to save progress summaries and handoff notes for cross-session continuity, ensuring next sessions can resume work effectively.

Instructions

End the current session with a progress summary and handoff notes. This is the single most important call for cross-session continuity — without it, everything you did this session is invisible to the next one. Marks the session status='completed' and sets ended_at=now. The next board_create_session will surface this session's progress_summary, handoff_notes, and context_artifacts in its handoff response. Reference specific task IDs in handoff_notes (the next session reads this as prose, not a parsed list). Returns { session_id, status, message }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID to end (the session_id returned from board_create_session at the start of this session)
progress_summaryYes1-3 sentences on what was accomplished this session. Shown verbatim at the start of the next session's handoff.
handoff_notesNoProse notes for the next session — reference task IDs for pending work ('task X is blocked on Y'), not vague descriptions. What the next agent needs to know to continue.
context_artifactsNoStructured context. Recognized keys: files_modified (paths touched), decisions_made (choices that set direction), blockers (what stopped progress), next_steps (what the next session should do). Additional keys allowed — passthrough.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's behavior: it marks the session as 'completed', sets ended_at=now, and explains how the data flows to the next session. However, it doesn't mention error conditions, authentication needs, or rate limits, which would be helpful for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by critical warnings and usage notes. Every sentence adds value: the second emphasizes importance, the third explains state changes, the fourth describes data flow, and the fifth provides parameter guidance. There is no wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 4 parameters, no annotations, and no output schema, the description does well by explaining the tool's critical role, behavioral effects, and parameter semantics. However, it doesn't describe the return value format beyond '{ session_id, status, message }', leaving some ambiguity about the output structure. Given the complexity, a bit more on response handling would make it complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema: it explains why progress_summary and handoff_notes matter ('shown verbatim at the start of the next session's handoff'), provides usage guidance for handoff_notes ('reference task IDs... not vague descriptions'), and clarifies the purpose of context_artifacts ('structured context' with examples). This elevates the score above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('End the current session'), the resource involved ('session'), and the primary outcome ('with a progress summary and handoff notes'). It explicitly distinguishes this tool from siblings by emphasizing its unique role in cross-session continuity, unlike other tools that handle tasks, projects, or sessions differently.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool ('This is the single most important call for cross-session continuity — without it, everything you did this session is invisible to the next one') and references the alternative ('The next board_create_session will surface this session's...'). It clearly states the prerequisite (session_id from board_create_session) and the consequence of not using it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/HuntsDesk/ve-vibe-board'

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