Codacy

Learn how to use Codacy with Composio

Overview

Enum

CODACY

Description

Codacy is an automated code review tool that helps developers monitor code quality, track technical debt, and enforce coding standards across multiple programming languages.

Authentication Details

api_key
stringRequired

Actions

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.

Action Parameters

description
string
name
stringRequired
scope
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific api token from the authenticated user's account. use after confirming the token id.

Action Parameters

tokenId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of the authenticated user's account. use when confirming authentication before user-level operations.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all repositories under a specific organization and provider. use when you need to enumerate organization-scoped repositories.

Action Parameters

organizationName
stringRequired
organizationProvider
stringRequired
page
integer
perPage
integer
search
string

Action Response

data
object
error
string
successful
boolean
Tool to list all organizations the authenticated user belongs to. use after authenticating and need to discover accessible organizations.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all projects accessible to the authenticated user. use when you need a list of repositories after confirming api token validity.

Action Parameters

organizationName
string
organizationProvider
string
page
integer
perPage
integer
search
string

Action Response

data
object
error
string
successful
boolean