list_parameters
Retrieve Maginary prompt-DSL parameters, filtered by category or status as needed. Returns matching parameters along with category and status taxonomy maps for reference.
Instructions
List Maginary prompt-DSL parameters.
Args:
category: Restrict to one category (e.g. ``composition``, ``video``,
``model``, ``outpaint``). Call with no filters once — the response's
``categories`` / ``statuses`` maps are the full taxonomy.
status: Restrict to one status (``live``, ``mostly-dead``,
``unimplemented``).
include_reserved: When False (default) drop ``unimplemented``
(recognized-but-blocked) parameters from the result.
Returns:
A dict with ``count``, ``source`` (``live`` vs. ``bundled-snapshot``),
``categories`` / ``statuses`` (the filter taxonomy), and ``parameters``
(the array of matching entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| category | No | ||
| include_reserved | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||