Render the Polygraph session welcome card (markdown) for a session.
Returns the same card the CLI prints at startup — logo, session URL, repositories, and how to view child agent logs. Display its output to the user verbatim as markdown; do not wrap it in a code block.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID, or a supported Polygraph app session URL. Supported URL paths are /s/<session-id> and /orgs/<org-id>/sessions/<session-id>. URL inputs are normalized to the session ID; the MCP always uses the current Polygraph API configuration. |