list_devin_sessions
Retrieve and manage Devin sessions on the MCP-Devin server, enabling efficient tracking and organization of AI interactions within Slack. Supports pagination via limit and offset inputs.
Instructions
List all Devin sessions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of sessions to return | |
offset | No | Number of sessions to skip |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of sessions to return",
"type": "number"
},
"offset": {
"description": "Number of sessions to skip",
"type": "number"
}
},
"type": "object"
}