Codacy is an automated code review tool that helps developers monitor code quality, track technical debt, and enforce coding standards across multiple programming languages.
Creates a new account API token for the authenticated user. The token inherits all permissions from the account owner and provides access to the same organizations and repositories. Note: The token is created with default settings. To configure expiration dates or other settings, use the Codacy web interface. The newly created token can be used to authenticate API requests by including it in the 'api-token' header.
Tool to delete a specific API token from the authenticated user's account. Use after confirming the token ID.
Tool to retrieve details of the authenticated user's account. Use when confirming authentication before user-level operations.
Tool to retrieve the current configuration status of the Codacy system. Use when checking system setup completion or first-time configuration status.
Tool to check the health status of the Codacy API. Use when verifying API connectivity and service availability.
List all repositories under a specific organization and Git provider in Codacy. Use this when you need to filter repositories by a specific organization (requires both organizationProvider and organizationName). For listing all accessible repositories across organizations, use LIST_PROJECTS instead.