Skip to main content
Glama

MCP-Devin

by kazuph

get_devin_session

Retrieve details of a Devin session, including optional Slack messages, to maintain context between AI tasks and Slack threads using the MCP-Devin server.

Instructions

Get information about an existing Devin session and optionally fetch associated Slack messages

Input Schema

NameRequiredDescriptionDefault
fetch_slack_infoNoWhether to fetch associated Slack messages (if available)
session_idYesThe ID of the Devin session

Input Schema (JSON Schema)

{ "properties": { "fetch_slack_info": { "description": "Whether to fetch associated Slack messages (if available)", "type": "boolean" }, "session_id": { "description": "The ID of the Devin session", "type": "string" } }, "required": [ "session_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP-Devin

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-devin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server