All Flik MCP tools return JSON. Optional overrides for every tool: api_key, api_base_url, project, org.
Projects
| Tool |
Description |
| flik_list_projects |
List all projects the user has access to (optionally scoped by org). |
| flik_add_project |
Create a project. name (min 4 chars); acronym is derived. org required (or set in config). |
| flik_delete_project |
Delete a project and all records. acronym and confirm_acronym (must match) required. |
Stories and bugs
| Tool |
Description |
| flik_list_stories |
List stories for a project (acronym). Optional assigned_to. |
| flik_list_bugs |
List bugs for a project. Optional assigned_to. |
| flik_get_object |
Get one story or bug by id (e.g. POP-1). project required. |
| flik_add_story |
Create a story: project, title. Optional: assigned_to, priority, points, notes. |
| flik_add_bug |
Create a bug: project, title. Optional: assigned_to, priority, severity, description. |
| flik_update_object |
Update a story or bug by id. Pass only fields to change: title, assigned_to, status, priority, points, notes, severity, description. |
| flik_delete_object |
Delete a story or bug by id. project and id required. |
Audit
| Tool |
Description |
| flik_get_logs |
List audit log entries (API transactions). Default: today only. all=true for full history. Optional project filter. |
Overrides
- api_key — Override the API key for this call.
- api_base_url — Override base URL (e.g.
http://localhost:8080).
- project — Override project acronym.
- org — Override org slug (needed for project create if not set in config).