Feature Requests
2 entities and 14 agent-callable operations in feature_requests. Each operation is addressed as {mega_tool}/feature_requests/{entity}/{operation} and carries the same permission check over MCP and REST.
14 of 14 shown
feature_request
| Operation | Mega-tool | What it does |
|---|---|---|
create | entity_crud | Submit a new feature request |
delete | entity_crud | Soft-delete a feature request |
get_transitions | workflow_action | Get available transitions for a feature request |
list | entity_crud | List feature requests (platform-wide, no org scope) |
read | entity_crud | Get feature request details |
search | entity_crud | Search feature requests |
transition | workflow_action | Transition feature request to a new status |
update | entity_crud | Update a feature request |
feature_request_comment
| Operation | Mega-tool | What it does |
|---|---|---|
create | entity_crud | Post a comment on a feature request |
delete | entity_crud | Soft-delete a comment |
list | entity_crud | List feature request comments |
read | entity_crud | Get comment details |
search | entity_crud | Search feature request comments |
update | entity_crud | Edit a comment |
Parameter schemas and permissions
Parameter schemas and permission codenames are in the full reference — sign in — or call prism_introspect(dimension="capability_search", query="…") with your key.
In the full reference this application appears under entity_crud, workflow_action.
