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
Name | Required | Description | Default |
---|---|---|---|
author | No | Author of the prompt | |
category | No | Category (e.g., development, writing, analysis) | |
content | Yes | The actual prompt content (markdown) | |
description | Yes | Brief description of what the prompt does | |
difficulty | No | Difficulty level of the prompt | |
name | Yes | Name of the prompt | |
tags | No | Array of tags for categorization | |
title | Yes | Human-readable title for the prompt |