Tools
MCP tools exposed by torqee Connect.
| Tool | Required scope | Input | Description |
|---|---|---|---|
list_sessions | torqee:sessions:read | limit?, cursor? | List paginated session summaries. |
get_session | torqee:sessions:read | sessionId | Get metadata for a specific session. Use get_transcript to retrieve transcript segments. |
search_transcripts | torqee:transcripts:read | query, limit? | Search transcript text and return matching sessions with snippets. |
get_transcript | torqee:transcripts:read | sessionId | Get transcript segments for a specific session. |
list_boards | torqee:boards:read | sessionId | List all board contents for a given session. Boards contain AI-generated analysis results such as summaries and action items. |
get_board | torqee:boards:read | sessionId, boardSpecId | Get 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: