MCP Tools

List Coding Best Practices

Retrieves your team's Coding Best Practices. Each item includes its id, name, description, examples, and created_at.

Prerequisite: call credos_list_coding_projects first to get the project IDs you want to filter on.

Tool name: credos_list_coding_best_practices

Request example

{
  "jsonrpc": "2.0",
  "id": "3",
  "method": "tools/call",
  "params": {
    "name": "credos_list_coding_best_practices",
    "arguments": {
      "project_ids": [
        "e1d7e3cc-...",
        "a3b2c1d0-..."
      ],
      "cursor": "eyJjcmVhdGVkX2F0IjoiMjAyNS-..."
    }
  }
}

Arguments

Parameter

Type

Description

project_ids

string[]

Filter best practices by project IDs (optional)

cursor

string

The cursor to use for pagination (optional)

© 2026 Credos