Skip to content

update_session

Update a Polygraph session title and/or user-facing description timeline.

Provide at least one of title or description.

NameTypeRequiredDescription
sessionIdstringyesThe 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.
titlestringnoNew session title. At least one of title or description is required.
descriptionstringnoA session description is required.
detailsbooleannoReturn the full untrimmed update payload, including the echoed description timeline.