Skip to main content
Glama
MUSE-CODE-SPACE

Vibe Coding Documentation MCP (MUSE)

muse_export_session

Export vibe coding sessions to Markdown, JSON, or HTML for creating shareable documentation, backups, or reports from session history. Select sessions, format, and template style.

Instructions

Exports vibe coding sessions to various formats (Markdown, JSON, HTML). Use for creating shareable documentation, backups, or reports from session history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdsNoSpecific session IDs to export. If omitted, exports all sessions.
formatYesOutput format: markdown (readable docs), json (structured data), html (web page)
outputPathNoFile path to save the export. If omitted, returns content directly.
includeMetadataNoInclude session metadata (ID, timestamps, tags). Default: true
includeCodeBlocksNoInclude code blocks from code contexts. Default: true
includeDesignDecisionsNoInclude design decisions. Default: true
templateNoTemplate style: minimal (brief), default (balanced), detailed (comprehensive), report (formal)
titleNoDocument title. Default: "Vibe Coding Session Export"
bundleMultipleNoCombine multiple sessions into one document. Default: true
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits beyond the basic purpose. It does not state that the tool is non-destructive (read-only), nor does it mention authorization needs, rate limits, or side effects like file writing. The description is too minimal for a mutation-free guarantee.

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?

Two efficient sentences with no wasted words. Front-loads the verb and resource, lists formats, and gives use cases. Ideal conciseness for a focused description.

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 an export tool with no output schema and well-documented parameters, the description covers the core functionality and use cases. It could mention that the tool does not modify sessions or what happens when outputPath is provided, but overall it is adequate.

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 100%, so parameters are well documented in the schema. The description adds no additional meaning beyond what the schema already provides. Baseline score of 3 is appropriate as the schema handles the burden.

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?

Clearly states the tool exports vibe coding sessions to Markdown, JSON, HTML, and mentions use cases (documentation, backups, reports). However, it does not explicitly differentiate from siblings like muse_create_session_log or muse_generate_dev_document, which also produce documentation.

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?

Provides explicit use cases: 'creating shareable documentation, backups, or reports from session history.' Does not mention when not to use it or alternatives, but the context is clear enough for an agent.

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