A Planka 2.x MCP server with verified writes and an optional agent workflow
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
PLANKA_API_KEYClave de APIopcionalPlanka API key (X-Api-Key). Recommended: replaces the email/password login
PLANKA_AGENT_PASSWORDClave de APIopcionalPassword of the Planka agent user. Only needed when PLANKA_API_KEY is not set
Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.
boardIdBoard to work on. Optional: omit it when PLANKA_DEFAULT_BOARD_ID is configured, or let the summary resolve it.Board to work on. Optional: omit it when PLANKA_DEFAULT_BOARD_ID is configured, or let the summary resolve it.
No se publicó ningún esquema de entrada para esta herramienta.
planka-open-sessionRead the board the cheap way and report where it stands: columns, counts, what moved recently, what is waiting on a human.Read the board the cheap way and report where it stands: columns, counts, what moved recently, what is waiting on a human.
No se publicó ningún esquema de entrada para esta herramienta.
sinceISO date to measure recent movement from (defaults to the last 24 hours).ISO date to measure recent movement from (defaults to the last 24 hours).
No se publicó ningún esquema de entrada para esta herramienta.
planka-close-cardRecord a closing comment with real evidence, move the card, and prove both landed.Record a closing comment with real evidence, move the card, and prove both landed.
No se publicó ningún esquema de entrada para esta herramienta.
cardIdCard to close.Card to close.
No se publicó ningún esquema de entrada para esta herramienta.
listIdColumn to move the card to. Optional: without it, propose the destination and ask before moving.Column to move the card to. Optional: without it, propose the destination and ask before moving.
No se publicó ningún esquema de entrada para esta herramienta.
planka-board-triageWalk the columns that are waiting on a person and turn each card into one concrete question or next step.Walk the columns that are waiting on a person and turn each card into one concrete question or next step.
No se publicó ningún esquema de entrada para esta herramienta.
listsComma-separated names of the columns to walk. Defaults to whatever the summary shows as waiting on a human.Comma-separated names of the columns to walk. Defaults to whatever the summary shows as waiting on a human.
No se publicó ningún esquema de entrada para esta herramienta.
workflow-readmeThe optional board workflow: columns, labels, who moves what, and the director/worker split. Read it before running cards in parallel.The optional board workflow: columns, labels, who moves what, and the director/worker split. Read it before running cards in parallel.
No se publicó ningún esquema de entrada para esta herramienta.
workflow-board-templateThe columns and labels the workflow expects, ready to create on a fresh board.The columns and labels the workflow expects, ready to create on a fresh board.
No se publicó ningún esquema de entrada para esta herramienta.
skill-orchestratorDirector role: select cards, dispatch one worker per card, audit evidence, merge. Same text the plugin installs as a skill.Director role: select cards, dispatch one worker per card, audit evidence, merge. Same text the plugin installs as a skill.
No se publicó ningún esquema de entrada para esta herramienta.
skill-close-cardClosing a card honestly: required evidence, the closing comment template, and which transition each role owns.Closing a card honestly: required evidence, the closing comment template, and which transition each role owns.
No se publicó ningún esquema de entrada para esta herramienta.
planka-2x-gotchasHow Planka 2.x actually behaves: HTML-with-200 on unknown GETs, 404 that means 403, fixed page sizes, archive lists. Read this when a call answers something that makes no sense.How Planka 2.x actually behaves: HTML-with-200 on unknown GETs, 404 that means 403, fixed page sizes, archive lists. Read this when a call answers something that makes no sense.
No se publicó ningún esquema de entrada para esta herramienta.
label-colorsEvery color planka_create_label and planka_update_label accept, as JSON. Generated from the schema, so it can never drift from what the server validates.Every color planka_create_label and planka_update_label accept, as JSON. Generated from the schema, so it can never drift from what the server validates.
No se publicó ningún esquema de entrada para esta herramienta.
planka_card_historyOne card's activity log as human lines (who, when, what). Planka logs only creation, moves,One card's activity log as human lines (who, when, what). Planka logs only creation, moves,
No se publicó ningún esquema de entrada para esta herramienta.
planka_board_activityWhat moved on a board, grouped by card — the call to make when resuming a session.What moved on a board, grouped by card — the call to make when resuming a session.
No se publicó ningún esquema de entrada para esta herramienta.
planka_add_attachmentUpload a local file (screenshot, log, doc) onto a card.Upload a local file (screenshot, log, doc) onto a card.
No se publicó ningún esquema de entrada para esta herramienta.
planka_get_attachmentsAttachments on a card: id, name, mimeType, size, download URL.Attachments on a card: id, name, mimeType, size, download URL.
No se publicó ningún esquema de entrada para esta herramienta.
planka_view_attachmentAn attachment's content: images come back viewable, text inline, anything else as metadata only.An attachment's content: images come back viewable, text inline, anything else as metadata only.
No se publicó ningún esquema de entrada para esta herramienta.
planka_delete_attachmentprivilegiadaDelete an attachment. Confirmed by re-reading the card's attachments.Delete an attachment. Confirmed by re-reading the card's attachments.
No se publicó ningún esquema de entrada para esta herramienta.
planka_duplicate_cardCopy a card with its tasks, labels and members (attachments are not copied). Lands in theCopy a card with its tasks, labels and members (attachments are not copied). Lands in the
No se publicó ningún esquema de entrada para esta herramienta.
planka_archive_cardArchive a card (Planka's hidden archive column) or bring it back with restoreToListId.Archive a card (Planka's hidden archive column) or bring it back with restoreToListId.
No se publicó ningún esquema de entrada para esta herramienta.
planka_move_list_cardsprivilegiadaMove EVERY card of one column into another. Counts both columns before and after; verifiedMove EVERY card of one column into another. Counts both columns before and after; verified
No se publicó ningún esquema de entrada para esta herramienta.
planka_create_cardCreate a card in a list, optionally with a checklist of tasks.Create a card in a list, optionally with a checklist of tasks.
No se publicó ningún esquema de entrada para esta herramienta.
planka_get_cardOne card as a digest: name, column, labels, members, checklist counts, attachment and comment counts, and the first 200 chars of the description.One card as a digest: name, column, labels, members, checklist counts, attachment and comment counts, and the first 200 chars of the description.
No se publicó ningún esquema de entrada para esta herramienta.
planka_update_cardUpdate a card's name, description, due date or completion. Null clears a field.Update a card's name, description, due date or completion. Null clears a field.
No se publicó ningún esquema de entrada para esta herramienta.
planka_move_cardprivilegiadaMove a card to another list, board or position — the workflow transition.Move a card to another list, board or position — the workflow transition.
No se publicó ningún esquema de entrada para esta herramienta.
planka_delete_cardprivilegiadaPermanently delete a card with its tasks, comments and attachments. Cannot be undone; confirmed by re-reading.Permanently delete a card with its tasks, comments and attachments. Cannot be undone; confirmed by re-reading.
No se publicó ningún esquema de entrada para esta herramienta.
planka_create_commentComment on a card: status updates, notes, agent activity logs. Verified by re-reading the card's comments.Comment on a card: status updates, notes, agent activity logs. Verified by re-reading the card's comments.
No se publicó ningún esquema de entrada para esta herramienta.
planka_add_commentDEPRECATED: use planka_create_comment. Kept so existing callers keep working; it forwards every argument unchanged.DEPRECATED: use planka_create_comment. Kept so existing callers keep working; it forwards every argument unchanged.
No se publicó ningún esquema de entrada para esta herramienta.
planka_get_commentsRead a card's comments, oldest first. Planka serves them 50 at a time: this returns `limit` of them (default 20) plus hasMore and nextBeforeId to continue.Read a card's comments, oldest first. Planka serves them 50 at a time: this returns `limit` of them (default 20) plus hasMore and nextBeforeId to continue.
No se publicó ningún esquema de entrada para esta herramienta.
planka_update_commentRewrite a comment, by ID from planka_get_comments. Only the agent user's own comments. Verified by re-reading the card's comments.Rewrite a comment, by ID from planka_get_comments. Only the agent user's own comments. Verified by re-reading the card's comments.
No se publicó ningún esquema de entrada para esta herramienta.
planka_delete_commentprivilegiadaDelete a comment, by ID from planka_get_comments. Only the agent user's own comments. Confirmed by re-reading the card's comments.Delete a comment, by ID from planka_get_comments. Only the agent user's own comments. Confirmed by re-reading the card's comments.
No se publicó ningún esquema de entrada para esta herramienta.
planka_manage_commentDEPRECATED: use planka_update_comment / planka_delete_comment (and planka_create_comment to write one). Kept so existing callers keep working; it only routes `action` to those tools.DEPRECATED: use planka_update_comment / planka_delete_comment (and planka_create_comment to write one). Kept so existing callers keep working; it only routes `action` to those tools.
No se publicó ningún esquema de entrada para esta herramienta.
planka_create_labelCreate a label on a board. Verified against the board's labels after writing.Create a label on a board. Verified against the board's labels after writing.
No se publicó ningún esquema de entrada para esta herramienta.
planka_update_labelRename a label or change its color, by label ID from planka_board_summary. Verified against the board.Rename a label or change its color, by label ID from planka_board_summary. Verified against the board.
No se publicó ningún esquema de entrada para esta herramienta.
planka_delete_labelprivilegiadaDelete a label from a board. DESTRUCTIVE: it disappears from every card that carried it. Confirmed by re-reading the board.Delete a label from a board. DESTRUCTIVE: it disappears from every card that carried it. Confirmed by re-reading the board.
No se publicó ningún esquema de entrada para esta herramienta.
planka_manage_labelsDEPRECATED: use planka_create_label / planka_update_label / planka_delete_label. Kept so existing callers keep working; it only routes `action` to those tools.DEPRECATED: use planka_create_label / planka_update_label / planka_delete_label. Kept so existing callers keep working; it only routes `action` to those tools.
No se publicó ningún esquema de entrada para esta herramienta.
planka_set_card_labelsAdd or remove labels on a card, by label ID — never by name. IDs come from planka_board_summary.Add or remove labels on a card, by label ID — never by name. IDs come from planka_board_summary.
No se publicó ningún esquema de entrada para esta herramienta.
planka_create_listCreate a list (column) on a board. Verified against the board after writing.Create a list (column) on a board. Verified against the board after writing.
No se publicó ningún esquema de entrada para esta herramienta.
40 de 40 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
A Planka 2.x MCP server with verified writes and an optional agent workflow
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
El rastreo se detuvo en el límite de profundidad 4. Nada por debajo de ese nivel llegó a resolverse.
El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.
Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)
54 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.
+42 más sin listar. Los recuentos por motivo de arriba las incluyen todas.
No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.