MCP Tools
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.
{
"jsonrpc": "2.0",
"id": "3",
"method": "tools/call",
"params": {
"name": "credos_list_coding_best_practices",
"arguments": {
"project_ids": [
"e1d7e3cc-...",
"a3b2c1d0-..."
],
"cursor": "eyJjcmVhdGVkX2F0IjoiMjAyNS-..."
}
}
}Parameter | Type | Description |
|---|---|---|
project_ids | string[] | Filter best practices by project IDs (optional) |
cursor | string | The cursor to use for pagination (optional) |