Codacy is an automated code review tool that helps developers monitor code quality, track technical debt, and enforce coding standards across multiple programming languages.
Tool to create a new api token for the authenticated user's account. use after authenticating when you need to generate a fresh token for integrations.
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 list all repositories under a specific organization and provider. use when you need to enumerate organization-scoped repositories.
Tool to list all organizations the authenticated user belongs to. use after authenticating and need to discover accessible organizations.
Tool to list all projects accessible to the authenticated user. use when you need a list of repositories after confirming api token validity.