Tickets, boards, sprints and docs. Every tool below was read from that server's own
tools/list, so the name and arguments are what the server exposes, not what
its description claims.
| Tool | Server |
|---|---|
| ticket_archiveanswers Retire an owned ticket from the working set, or restore one. Archiving is a different axis from status: the ticket keeps whatever status it had, so a done ticket stays done and a blocked one comes back still blocked —... arguments: ticket_id, action | Meta Council com.meta-council |
| generate_ticket_timelineanswers Generate a Mermaid diagram showing the history of a single Jira ticket using its changelog. Two views are available:
- **state**: stateDiagram-v2 showing all status transitions with dates and authors, nodes coloured b... arguments: ticketKey, view, clientName | com.mermaidchart/mermaid-mcp com.mermaidchart |
| generate_ticket_dependency_treeanswers Generate a Mermaid flowchart that visualises Jira issue dependency links for a project. Each node shows the ticket key, summary, and status, and is a clickable link to the ticket. Dashed nodes represent issues linked ... arguments: projectKey, status, assignee, reporter, sprint, createdAfter | com.mermaidchart/mermaid-mcp com.mermaidchart |
| generate_jira_kanban_boardanswers Generate a Mermaid kanban board from Jira issues. Issues are grouped into columns by their current status and ordered by workflow stage (To Do → In Progress → Done). Each card shows the issue summary and is a clickabl... arguments: projectKey, sprint, assignee, issueType, maxResults, clientName | com.mermaidchart/mermaid-mcp com.mermaidchart |
| generate_ticket_diagramanswers Generate a Mermaid flowchart centred on a single Jira ticket. Fetches the ticket's subtasks, parent, issue links, and recent comments in one call. The focal ticket is highlighted in indigo; subtasks are grouped in a s... arguments: ticketKey, colorMode, clientName | com.mermaidchart/mermaid-mcp com.mermaidchart |
| list_support_ticketsanswers List the account's support tickets.
Requires: API key with read scope.
Args:
status: Optional filter (e.g. "open", "closed")
Returns:
[{"id", "subject", "status", "category", "created_at", ...}, ...] arguments: status | BorealHost ai.borealhost |
| get_support_ticketanswers Get a support ticket with its full message thread.
Requires: API key with read scope.
Args:
ticket_id: Ticket UUID from list_support_tickets
Returns:
{"id", "subject", "status", "messages": [...]} arguments: ticket_id | BorealHost ai.borealhost |
| create_support_ticketanswers Open a support ticket with the BorealHost team.
Use this to escalate platform-side problems you cannot fix with the
available tools (billing issues, infrastructure faults, API bugs).
A human answers every ticket — po... arguments: subject, message, category, site | BorealHost ai.borealhost |
| reply_support_ticketanswers Add a message to an existing support ticket.
Requires: API key with write scope.
Args:
ticket_id: Ticket UUID
message: Reply text
Returns:
{"id", "status", ...} arguments: ticket_id, message | BorealHost ai.borealhost |
| create_support_ticketanswers File a support ticket. Mirrors to a GitHub issue in Dock's support repo and shows up in the user's dashboard at /settings/support. Use this for bugs (you hit an error), feature requests (Dock is missing something), bi... arguments: kind, title, body, context, attachmentUrls | Dock ai.trydock |
| list_support_ticketsanswers List support tickets (READ-ONLY) from Dock's support repo. These are the SAME tickets create_support_ticket files, so the list reflects ALL tickets — whether routed through chat or filed directly via the support API/f... arguments: state, limit | Dock ai.trydock |
| get_support_ticketanswers Read ONE support ticket by its number (as shown in list_support_tickets), including the full body/description. Read-only, scoped to Dock's support repo. Returns not-found for a number that isn't a support ticket. arguments: number | Dock ai.trydock |
| create_upload_ticketanswers Get a presigned upload URL for a LOCAL image file — the one case a URL can't cover. PUT the file to uploadUrl with the same Content-Type, then pass the returned r2Path to a generation tool instead of imageUrl. Ticket ... arguments: filename, contentType, sizeBytes | Pixly app.pixly |
| get_interlinearanswers The Hebrew, Aramaic or Greek behind the English, word by word, for one verse or a whole chapter. This is a REVERSE interlinear: entries are in English order and each carries the range of English words it produced, so ... arguments: osis | VineVerse — Bible Knowledge Graph bible.vineverse |
| hold_ticketsanswers Reserves tickets and returns a booking_uuid. The hold expires after 15 minutes if the order is not paid, releasing the seats. Only call this once the buyer has chosen; do not hold speculatively. arguments: event_id, items, idempotency_key, locale | brussels.toots/tickets brussels.toots |
| recover_ticketsanswers For a buyer who lost their tickets: sends the ticket links of their past paid orders to their email address. The links go to the inbox only — the response never contains them — so the inbox is the proof of ownership. ... arguments: email, locale | brussels.toots/tickets brussels.toots |
| create_sprintanswers Create a sprint and return it (id, name, goal, state, dates). state is 'future' (default) or 'active'; start_date / end_date are optional ISO 8601. Only name is required. Schedule tasks into it by passing the returned... arguments: name, goal, state, start_date, end_date | AIOProductOS MCP com.aioproductos |
| update_sprintanswers Update a sprint and return it. state is 'future' | 'active' | 'closed' — moving to 'closed' stamps the completion time, reopening clears it. start_date / end_date are ISO 8601 (or null to clear). Resolve the id via li... arguments: id, name, goal, state, start_date, end_date | AIOProductOS MCP com.aioproductos |
| list_sprintsanswers Sprints — name, goal, state, and window, newest first. Read-only; returns the matching sprints, empty when none exist. See the delivery cadence (active + recent), and resolve a sprint_id here before scheduling a task ... arguments: state | AIOProductOS MCP com.aioproductos |
| get_best_ticket_pricesanswers Compare ticket prices for an event across marketplaces (Ticketmaster, Gametime, StubHub, Vivid Seats...). Gametime prices are fetched LIVE. Returns buy links sorted cheapest first. arguments: event_id | com.eventsynoptic.go/event-synoptic com.eventsynoptic.go |
| preview_accounting_ticket_syncanswers Preview, without writing, how one completed owned Accounting run's WRITEOff work plan would map to stable Meta Council tickets. Reports creates, updates, unchanged tickets, human-edited generated fields that will be p... arguments: run_id | Meta Council com.meta-council |
| sync_accounting_ticketsanswers Commit a previously previewed completed Accounting run's WRITEOff work plan to stable owner-private Meta Council tickets. The expected_plan_hash from the preview is required, retries are idempotent, stable references ... arguments: run_id, expected_plan_hash | Meta Council com.meta-council |
| ticket_plananswers Preview or idempotently commit an owner-private ticket tree generated from a planning prompt or supplied structured plan. Requires tickets:write. A preview without a supplied plan invokes the planner model and additio... arguments: mode, idempotency_key, preview_token, prompt, context, model | Meta Council com.meta-council |
| ticket_batch_createanswers Preview or idempotently commit one atomic owner-private batch of structured tickets and nested subtickets. Preview is non-mutating and returns the normalized commit payload, exact preview_token, and deterministic pred... arguments: mode, idempotency_key, preview_token, parent_id, tickets | Meta Council com.meta-council |
| ticket_listanswers Page through the caller's tickets on the Meta Council board. The opaque next_cursor is owner- and filter-bound; keep every filter unchanged on the next call. Immutable cursor ordering keeps a stable full-board travers... arguments: status, assignee, action_type, priority, parent_id, session_id | Meta Council com.meta-council |
| ticket_getanswers Full detail for one owned ticket: description, acceptance criteria, subticket progress, and the recent activity/comment trail. ticket_id is required. arguments: ticket_id | Meta Council com.meta-council |
| get_ticket_projectsanswers Projects overview of the caller's board: one entry per top-level epic with recursive descendant progress (done %, counts by status, blocked, points, sub-epics, last activity), plus a triage strip of unrouted work (bac... | Meta Council com.meta-council |
| get_ticket_burndownanswers Daily burndown series replayed from the append-only ticket ledger: per-day scope (existing, non-cancelled), remaining, done levels plus added/completed flows, with a summary. Optionally scope to one epic's current sub... arguments: days, root_id, target_date | Meta Council com.meta-council |
| ticket_validation_finalizeanswers Finalize one immutable validation run for an exact owned ticket scenario revision. Requires the opt-in tickets:validate scope. The server derives owner and actor only from the authenticated API key. Evidence payloads ... arguments: ticket_id, scenario_id, scenario_version, scenario_hash, verdict, runner | Meta Council com.meta-council |
| ticket_scenario_createanswers Author one Given/When/Then scenario on an owned ticket. This is the specification an epic must carry before it can be completed: record a passing run against it with ticket_validation_finalize, then transition the epi... arguments: ticket_id, name, given_steps, when_steps, then_steps, scenario_key | Meta Council com.meta-council |
| ticket_scenario_reviseanswers Replace an owned scenario's content, compare-and-swapping on expected_version. Revisions are append-only: validation runs already recorded keep naming the exact version and hash they were proven against, so revising n... arguments: ticket_id, scenario_id, expected_version, name, given_steps, when_steps | Meta Council com.meta-council |
| ticket_scenario_listanswers List an owned ticket's scenarios with their exact current revisions, including the current_version and current_definition_hash that ticket_validation_finalize requires. Read-only. Use it before recording a run to conf... arguments: ticket_id, include_archived | Meta Council com.meta-council |
| ticket_dependency_addanswers Record that an owned ticket cannot complete until another owned ticket is done. The edge is never erased: correct a mistake with ticket_dependency_remove, which marks the edge removed and appends to a ledger rather th... arguments: ticket_id, depends_on_ticket_id | Meta Council com.meta-council |
| ticket_dependency_removeanswers Stop an owned ticket from waiting on a prerequisite. Removing the last unsatisfied edge can allow this ticket to close, so this is a gate-opening action. Nothing is deleted: the edge is retained, marked with who remov... arguments: ticket_id, dependency_id | Meta Council com.meta-council |
| ticket_dependency_listanswers List the prerequisites an owned ticket waits on. Read-only. Each edge reports satisfied, which is true only when the prerequisite is done, plus active/removed_at/removed_by_actor. Removed edges are omitted unless incl... arguments: ticket_id, include_removed | Meta Council com.meta-council |
| ticket_createanswers Create a ticket on the caller's board — optionally as a subticket via parent_id. Recommend degree of difficulty with effort (trivial|small|medium|large|epic) and the kind of work with action_type (strategy|implementat... arguments: title, description, status, priority, effort, action_type | Meta Council com.meta-council |
| ticket_updateanswers Update fields on an owned ticket — status moves (each one is auto-logged to the ticket's audit trail), reassignment, priority/effort/action_type recommendations, title/description edits, safe reparenting, opaque sessi... arguments: ticket_id, title, description, status, priority, effort | Meta Council com.meta-council |
| ticket_commentanswers Add a comment to an owned ticket's activity trail. Use kind='progress' for work updates while a ticket is in progress. The authenticated API-key UUID is stamped as author; callers cannot supply or spoof it. Open the c... arguments: ticket_id, body, kind | Meta Council com.meta-council |
| ticket_claimanswers Claim a ticket to work on: sets assignee to your agent name and moves it to in_progress in one step (the move is audit-logged). Refuses if another agent already has it in progress unless force=true. Follow up with tic... arguments: ticket_id, assignee, force | Meta Council com.meta-council |
| get_notion_page_mermaid_diagramsanswers Extract all Mermaid code blocks from a Notion page. Returns block ID, diagram code, and optional caption for each block. arguments: pageUrl, clientName | com.mermaidchart/mermaid-mcp com.mermaidchart |
| get_notion_mermaid_diagram_by_block_idanswers Retrieve a single Mermaid diagram block by its block ID. Returns the diagram code and optional caption. arguments: blockId, clientName | com.mermaidchart/mermaid-mcp com.mermaidchart |
| update_notion_mermaid_diagramanswers Update the Mermaid source code (and optional caption) of an existing mermaid code block by its block ID. arguments: blockId, code, caption, clientName | com.mermaidchart/mermaid-mcp com.mermaidchart |
| insert_notion_mermaid_diagramanswers Append a Mermaid diagram as a code block to a Notion page. The block is added at the end of the page content. arguments: pageUrl, code, caption, clientName | com.mermaidchart/mermaid-mcp com.mermaidchart |
| list_ticketsanswers List support tickets with optional filters. arguments: status, priority, category, accountId, search, limit | FavCRM io.favcrm |
| get_ticket_statsanswers Get ticket counts grouped by status. | FavCRM io.favcrm |
| create_ticketanswers Create a support ticket for a member issue. arguments: subject, description, category, priority, source, accountId | FavCRM io.favcrm |
| update_ticket_statusanswers Update the status of an existing support ticket. arguments: ticketId, status | FavCRM io.favcrm |
| create_ticketanswers Open a support ticket with EQVPS. `subject` and `message` are required; optional `service_id` ties it to one of your VPS. The response includes the ticket `code` — use that with get_ticket / reply_ticket / close_ticket. arguments: subject, message, service_id | EQVPS — Crypto VPS for AI agents io.github.poiuyhje |
| list_ticketsanswers List your support tickets with status and last-message info. `last_message_author: "staff"` means support has replied since you last looked. | EQVPS — Crypto VPS for AI agents io.github.poiuyhje |
| get_ticketanswers Read one ticket and its full message thread. Each message has an `author`: `you` or `staff` — a `staff` message is a reply from support. Poll this to see new answers. The ticket code comes from create_ticket / list_ti... arguments: ticket_code | EQVPS — Crypto VPS for AI agents io.github.poiuyhje |
| reply_ticketanswers Post a reply on one of your tickets. Use the ticket code from create_ticket / list_tickets. arguments: ticket_code, message | EQVPS — Crypto VPS for AI agents io.github.poiuyhje |
| close_ticketanswers Close one of your tickets. `rating` (1-5) and `comment` are OPTIONAL — you can close without rating. Use the ticket code from create_ticket / list_tickets. arguments: ticket_code, rating, comment | EQVPS — Crypto VPS for AI agents io.github.poiuyhje |
| poker.sources.listanswers Returns the issue trackers connected to a team (Jira, Linear) and what each of them can do: search for tasks, list iterations (sprints, cycles), write estimates back. Call this first — the other poker tools depend on ... arguments: team_id | com.qretro/retro com.qretro |
| poker.iterations.listanswers Returns the iterations of a connected issue tracker — Jira sprints (active and upcoming), and whatever a future tracker calls the same thing. Filter by name with query, for example "AFT 50". Pass the ref of the iterat... arguments: team_id, source, query | com.qretro/retro com.qretro |
| theprotocol_submitSupportTicket File a support ticket. Categories: bug | question | feature | account | general. Priorities: low | normal | high | urgent. Requires developer JWT. arguments: subject, message, category, priority | TheProtocol — Sovereign AI Agent Platform cloud.theprotocol |
| theprotocol_getMySupportTickets List your support tickets. Optional status filter (open/in_progress/resolved/closed). arguments: ticket_status, limit, offset | TheProtocol — Sovereign AI Agent Platform cloud.theprotocol |
| theprotocol_getSupportTicketDetail Detail for one of your support tickets. arguments: ticket_id | TheProtocol — Sovereign AI Agent Platform cloud.theprotocol |
| theprotocol_replySupportTicket Reply to a support ticket. arguments: ticket_id, message | TheProtocol — Sovereign AI Agent Platform cloud.theprotocol |
| request_connectionanswers Ask your owner to connect a third-party app (Gmail, Slack, Notion, Linear...) so you can use its tools. This SHOWS THEM A CARD to approve — it does NOT connect anything and does NOT give you access. Call it when a tas... arguments: toolkit_slug, reason | Dock ai.trydock |
| fleet_list_issuesanswers List issues on the Heista Linear board (team HEI) — the read-only window into what the dev agents are working on, what's broken, and what's shipped. Filter by workflow state ("Backlog"/"Todo"/"In Progress"/"In Review"... arguments: state, label, query, limit | Heista co.heista |
https://neuronto.com/tools?q=..., or connect an agent to
https://neuronto.com/mcp and call find_tool. No key, no signup.