search_prompts
Find development prompts by keyword or tag to streamline AI-powered workflows, including UI/UX design, project setup, and debugging tasks.
Instructions
Search for prompts by keyword or tag
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}