list_prompts
Browse and filter available prompts from promptz.dev to access development resources without switching contexts, using tags for specific categories.
Instructions
List available prompts from promptz.dev
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination token for fetching the next set of results | |
| tags | No | Filter prompts by tags (e.g. ['CLI', 'JavaScript']) |
Input Schema (JSON Schema)
{
"properties": {
"cursor": {
"description": "Pagination token for fetching the next set of results",
"type": "string"
},
"tags": {
"description": "Filter prompts by tags (e.g. ['CLI', 'JavaScript'])",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}