Skip to main content
Glama
MUSE-CODE-SPACE

Vibe Coding Documentation MCP (MUSE)

muse_create_session_log

Document vibe coding sessions by creating structured logs that capture code contexts, design decisions, and metadata. Choose daily or session format and output in Markdown or JSON.

Instructions

Creates daily or session-based vibe coding session logs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the session
summaryYesSummary of what was accomplished
codeContextsNoArray of code contexts from the session
designDecisionsNoArray of design decisions made
durationNoSession duration in seconds
tagsNoTags for the session
optionsNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'creates' implying a write operation, but does not disclose side effects (e.g., file creation, database write), permission requirements, or overwrite/append behavior. Lacks transparency for a creation tool.

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

Conciseness4/5

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

Single sentence, no wasted words. Concise and directly states the purpose. Could be slightly more structured but remains efficient.

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

Completeness2/5

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

With 7 parameters and no output schema, the description is too brief. It does not explain where logs are saved, their format details beyond what's in schema, or how the tool interacts with the system. Incomplete for a tool with nested objects and multiple options.

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 description coverage is 86%, so the input schema already documents most parameters. The description adds 'daily or session-based', which aligns with the options.logType enum but does not provide additional meaning beyond the schema. Baseline score of 3 is appropriate.

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

Purpose4/5

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

Description uses specific verb 'creates' and identifies the resource 'vibe coding session logs' with type differentiation ('daily or session-based'). Clearly states what the tool does, but does not distinguish from sibling tools like muse_export_session or muse_session_history.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., muse_export_session). No context on prerequisites or exclusions. The usage is only implied through the description, which is insufficient given the number of sibling tools.

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/MUSE-CODE-SPACE/vibe-coding-mcp'

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