Skip to main content
Glama
renatomarinho

Codacy MCP Server

codacy_overview

Read-only

Get issue counts by quality category and aggregated overview with pie charts to pinpoint the highest-impact problem areas.

Instructions

[INSTRUCTIONS] Returns category-level counts — use these to identify which category has the most issues, then drill down with codacy_issues.list filtering by that category.

Get issue count breakdown by quality category (Security, Performance, CodeStyle, etc.).. Select operation via the action parameter. Actions: categories, issues

Workflow:

  • 'categories': [INSTRUCTIONS] Returns category-level counts — use these to identify which category has the most issues, then drill down with codacy_issues.list filtering by that category.

Get issue count breakdown by quality category (Security, Performance, CodeStyle, etc.).

  • 'issues': [INSTRUCTIONS] Returns server-rendered ECharts pie charts. Do NOT try to recalculate or re-render — present them as-is. Use the breakdown to identify highest-impact areas, then drill down with codacy_issues.list using appropriate filters.

Get aggregated issue overview with server-rendered pie charts by category and severity. [Cache-Control: no-store]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhich operation to perform
providerNoGit provider. For: categories, issues
branchNameNoBranch name. For: issues
repositoryNoRepository name. For: categories, issues
organizationNoOrganization name. For: categories, issues
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true. Description adds that 'issues' returns server-rendered ECharts pie charts and instructs to present them as-is, plus cache-control hint. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is verbose and repetitive; same '[INSTRUCTIONS]' and similar phrases for each action. Could be condensed to one clear workflow without duplication.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, but description explains return values (counts, pie charts) and provides workflow. Lacks error handling details but sufficient for a read-only overview tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters. Description repeats action options but adds workflow context for 'categories' vs 'issues'. Does not add significant new meaning beyond schema for other parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns category-level counts or aggregated issue overview with pie charts. It distinguishes from sibling tools (e.g., codacy_issues.list, codacy_pull_requests) by focusing on high-level overviews and drill-down guidance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance on when to use each action: 'categories' for counts to drill down with codacy_issues.list, 'issues' for pie charts to identify high-impact areas. Also instructs not to recalculate pies. Clear alternatives and exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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