Update a Polygraph session title and/or user-facing description timeline.
Provide at least one of title or description.
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. |
title | string | no | New session title. At least one of title or description is required. |
description | string | no | A session description is required. |
details | boolean | no | Return the full untrimmed update payload, including the echoed description timeline. |