Skip to main content
Glama
yigitkonur

mcp-vibekanban

by yigitkonur

get_session

Retrieve session details to check assigned executor and current session state.

Instructions

Get session details.

Check which executor is assigned and session state.

get_session(session_id="sess123...")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession UUID
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states 'Get session details' and the use case. It does not mention permissions, side effects, or rate limits, leaving the agent with minimal transparency.

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 extremely concise, with one sentence for purpose, one for use case, and one example. Every element is necessary and front-loaded, making it easy to scan.

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

Completeness3/5

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

Given the tool's simplicity (one parameter, no output schema), the description provides the essential purpose and a use case. However, it does not specify what details are returned (e.g., state, executor), leaving some ambiguity for a complete understanding.

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

Parameters3/5

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

Schema coverage is 100% with a single parameter that already has a description. The description does not add additional semantics beyond the schema; the example is helpful for usage but not for parameter meaning.

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 uses a specific verb-resource pair ('Get session details') and the use case clarifies the purpose. It clearly distinguishes from sibling tools like list_sessions and start_workspace_session.

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

Usage Guidelines4/5

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

The <usecase> tag provides a clear use case: 'Check which executor is assigned and session state.' While it doesn't explicitly state when not to use or list alternatives, it gives strong guidance on when to invoke this tool.

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/yigitkonur/mcp-better-vibe-kanban'

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