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.

feature_request

OperationMega-toolWhat it does
createentity_crudSubmit a new feature request
deleteentity_crudSoft-delete a feature request
get_transitionsworkflow_actionGet available transitions for a feature request
listentity_crudList feature requests (platform-wide, no org scope)
readentity_crudGet feature request details
searchentity_crudSearch feature requests
transitionworkflow_actionTransition feature request to a new status
updateentity_crudUpdate a feature request

feature_request_comment

OperationMega-toolWhat it does
createentity_crudPost a comment on a feature request
deleteentity_crudSoft-delete a comment
listentity_crudList feature request comments
readentity_crudGet comment details
searchentity_crudSearch feature request comments
updateentity_crudEdit 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.