← Tools Reference

Qlty

Qlty integration (Developer Tools, Data). Imported from open-connector.

API key8 toolshttps://api.qlty.sh
GET
qlty_get_authenticated_user
Get the Qlty user associated with the API token.

/user

GET
qlty_list_workspaces
List Qlty workspaces accessible to the API token.

/workspaces

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of items to return. Qlty accepts 1-100.
offsetintegeroptionalNumber of items to skip before returning results.
GET
qlty_get_workspace
Get a Qlty workspace by key or ID.

/workspaces/{keyOrId}

1 parameter
ParamTypeRequiredDescription
keyOrIdstringrequiredQlty workspace key or ID. Must be at least 3 characters.
GET
qlty_list_projects
List Qlty projects associated with a workspace or repository owner.

/gh/{ownerKeyOrId}/projects

3 parameters
ParamTypeRequiredDescription
ownerKeyOrIdstringrequiredRepository owner login or Qlty workspace ID. Must be at least 3 characters.
limitintegeroptionalMaximum number of items to return. Qlty accepts 1-100.
offsetintegeroptionalNumber of items to skip before returning results.
GET
qlty_get_project
Get a Qlty project by workspace owner and project key or ID.

/gh/{ownerKeyOrId}/projects/{keyOrId}

2 parameters
ParamTypeRequiredDescription
ownerKeyOrIdstringrequiredRepository owner login or Qlty workspace ID. Must be at least 3 characters.
keyOrIdstringrequiredRepository name or Qlty project ID. Must be at least 3 characters.
GET
qlty_list_issues
List Qlty issues for a project with optional category, level, status, and tool filters.

/gh/{ownerKeyOrId}/projects/{projectKeyOrId}/issues

8 parameters
ParamTypeRequiredDescription
ownerKeyOrIdstringrequiredRepository owner login or Qlty workspace ID. Must be at least 3 characters.
projectKeyOrIdstringrequiredRepository name or Qlty project ID. Must be at least 3 characters.
limitintegeroptionalMaximum number of items to return. Qlty accepts 1-100.
offsetintegeroptionalNumber of items to skip before returning results.
categorystringoptionalissue categories to include.
levelstringoptionalissue levels to include.
statusstringoptionalissue statuses to include.
toolstringoptionaltool names to include.
GET
qlty_get_project_metrics
Get the latest Qlty metric values for a project's default branch.

/gh/{ownerKeyOrId}/projects/{projectKeyOrId}/metrics

2 parameters
ParamTypeRequiredDescription
ownerKeyOrIdstringrequiredRepository owner login or Qlty workspace ID. Must be at least 3 characters.
projectKeyOrIdstringrequiredRepository name or Qlty project ID. Must be at least 3 characters.
GET
qlty_get_rate_limit_status
Get Qlty API rate-limit status for the API token.

/rate_limit