Skip to main content
Glama

VibeCoding System

by Zenobia000

add-conversation

Enhance session logs by adding conversation entries with speaker roles, content, and metadata in the VibeCoding System. Simplifies dialogue-driven development for MVP and POC creation.

Instructions

Add a conversation entry to the current session

Input Schema

NameRequiredDescriptionDefault
contentYesThe conversation content
metadataNoOptional metadata for the conversation
speakerYesWho is speaking

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The conversation content", "type": "string" }, "metadata": { "description": "Optional metadata for the conversation", "type": "object" }, "speaker": { "description": "Who is speaking", "enum": [ "user", "assistant", "system" ], "type": "string" } }, "required": [ "speaker", "content" ], "type": "object" }
Install Server

Other Tools from VibeCoding System

Related Tools

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/Zenobia000/vibeCoding-mcp'

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