Raw API Request
api_requestExecute custom FogBugz API commands for project management tasks not covered by dedicated tools, including data retrieval and system operations.
Instructions
Generic XML API escape-hatch for FogBugz commands not covered by dedicated tools. WARNING: Can execute any API command the configured key permits, including destructive operations (delete, edit users, bulk modify). Prefer specific tools when available; use this only when no dedicated tool fits the need. Examples: cmd=listProjects; cmd=listCategories; cmd=search with params {"q": "project:Website", "cols": "sTitle,sStatus", "max": "10"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes | The FogBugz API command (e.g., listProjects, listCategories, search, listStatuses, listPeople) | |
| params | No | Additional parameters as key-value pairs (e.g., {"q": "project:Website", "cols": "sTitle,sStatus", "max": "10"}) |