Skip to main content
Glama

create_discussion

Generate and manage structured discussions or questions within Buildable projects using the Model Context Protocol (MCP). Specify title, content, urgency, and tags to organize and prioritize inquiries effectively.

Input Schema

NameRequiredDescriptionDefault
contentYesDetailed question or discussion content
tagsNoTags to categorize the discussion
titleYesTitle of the discussion/question
urgencyNoUrgency level of the question

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Detailed question or discussion content", "type": "string" }, "tags": { "description": "Tags to categorize the discussion", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Title of the discussion/question", "type": "string" }, "urgency": { "description": "Urgency level of the question", "enum": [ "low", "medium", "high" ], "type": "string" } }, "required": [ "title", "content" ], "type": "object" }
Install Server

Other Tools from @bldbl/mcp

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/chunkydotdev/bldbl-mcp'

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