get_rule
Retrieve specific project rules by name from promptz.dev to access prompt guidelines without switching contexts during development.
Instructions
Get a specific project rule by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the rule to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the rule to retrieve",
"type": "string"
}
},
"type": "object"
}