torqee Developers

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_transcript to retrieve transcript segments.
search_transcriptstorqee:transcripts:readquery, limit?Search transcript text and return matching sessions with snippets.
get_transcripttorqee:transcripts:readsessionIdGet transcript segments for a specific session.
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.

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

{ "error": "insufficient_scope" }