Skip to main content
Glama

Codacy MCP Server

Official
by codacy
getRepositoryPullRequestTool.ts574 B
import { CodacyTool, repositorySchema, toolNames } from '../schemas.js'; export const getRepositoryPullRequestTool: CodacyTool = { name: toolNames.CODACY_GET_REPOSITORY_PULL_REQUEST, description: 'Get the pull request information for a repository. The response contains the analysis of the pull request.', inputSchema: { type: 'object', properties: { ...repositorySchema, pullRequestNumber: { type: 'number', description: 'Pull request number', }, }, required: ['provider', 'organization', 'repository'], }, };

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

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