prompts_help
Get guidance on using Smart Prompts tools effectively, including usage instructions, practical examples, and best practices for prompt management.
Instructions
Get help understanding how to use the Smart Prompts tools effectively. Returns guidance on tool usage, examples, and best practices.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | No | Specific topic to get help on (e.g., "creating", "searching", "github", "examples"). Leave empty for general help. |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"description": "Specific topic to get help on (e.g., \"creating\", \"searching\", \"github\", \"examples\"). Leave empty for general help.",
"type": "string"
}
},
"type": "object"
}