Skip to main content
Glama

Prompts MCP Server

by tanker327

create_structured_prompt

Design and organize prompts with structured metadata, including title, category, tags, and difficulty, to streamline prompt management and enhance usability in workflows.

Instructions

Create a new prompt with guided metadata structure

Input Schema

NameRequiredDescriptionDefault
authorNoAuthor of the prompt
categoryNoCategory (e.g., development, writing, analysis)
contentYesThe actual prompt content (markdown)
descriptionYesBrief description of what the prompt does
difficultyNoDifficulty level of the prompt
nameYesName of the prompt
tagsNoArray of tags for categorization
titleYesHuman-readable title for the prompt

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Author of the prompt", "type": "string" }, "category": { "description": "Category (e.g., development, writing, analysis)", "type": "string" }, "content": { "description": "The actual prompt content (markdown)", "type": "string" }, "description": { "description": "Brief description of what the prompt does", "type": "string" }, "difficulty": { "description": "Difficulty level of the prompt", "enum": [ "beginner", "intermediate", "advanced" ], "type": "string" }, "name": { "description": "Name of the prompt", "type": "string" }, "tags": { "description": "Array of tags for categorization", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Human-readable title for the prompt", "type": "string" } }, "required": [ "name", "title", "description", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Prompts MCP Server

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/tanker327/prompts-mcp-server'

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