Skip to main content
Glama

create_discussion

Initiate structured discussions by defining titles, content, urgency levels, and tags using the Model Context Protocol (MCP). Facilitate AI-driven collaboration and project context management.

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" }

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