Skip to main content
Glama

DeepSource MCP Server

by sapientpants

deepsource_run

Retrieve specific code analysis results using a runUid (UUID) or commitOid (commit hash) for in-depth code quality insights with DeepSource integration.

Instructions

Get a specific analysis run by its runUid (UUID) or commitOid (commit hash).

Input Schema

NameRequiredDescriptionDefault
runIdentifierYesThe runUid (UUID) or commitOid (commit hash) to identify the run

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "runIdentifier": { "description": "The runUid (UUID) or commitOid (commit hash) to identify the run", "type": "string" } }, "required": [ "runIdentifier" ], "type": "object" }

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/sapientpants/deepsource-mcp-server'

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