torqee Developers
Mcp

Tools

MCP tools exposed by torqee Connect.

ToolRequired scopeInputDescription
list_sessionstorqee:sessions:readlimit?, cursor?List paginated session summaries.
get_sessiontorqee:sessions:readsessionIdGet metadata for a specific session. Use get_transcripts to retrieve transcript revisions and segments.
search_transcriptstorqee:transcripts:readquery, limit?, revisionKind?Search transcript text and return matching transcript revisions with session context and snippets.
get_transcriptstorqee:transcripts:readsessionId, revisionKind?Get committed and/or final transcript revisions with their segments.
list_boardstorqee:boards:readsessionIdList all board contents for a given session. Boards contain AI-generated analysis results such as summaries and action items.
get_boardtorqee:boards:readsessionId, boardSpecIdGet the current board content for a specific session and board spec. Returns the full payload of the board.

revisionKind accepts committed or final. When omitted, transcript tools include both revisions. Committed segments use sessionCommittedIndex as their canonical order; final segments use sequence.

When the credential is valid but lacks a required scope, the tool result has isError: true and text content containing:

{ "error": "insufficient_scope" }