Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_chromium_code | Search for code in the Chromium source repository using Google's official Code Search syntax |
| find_chromium_symbol | Find symbol definition, references, and usage in Chromium source |
| get_chromium_file | Get contents of a specific file from Chromium source |
| get_gerrit_cl_status | Get status and test results for a Chromium Gerrit CL |
| get_gerrit_cl_comments | Get review comments for a Chromium Gerrit CL patchset |
| get_gerrit_cl_diff | Get the diff/changes for a Chromium Gerrit CL patchset to understand what code was modified |
| get_gerrit_patchset_file | Get the content of a specific file from a Gerrit patchset for making code changes |
| get_gerrit_cl_trybot_status | Get detailed try-bot status for a Chromium Gerrit CL, including individual bot results and pass/fail counts |
| get_gerrit_cl_bot_errors | Get detailed error messages with stack traces from failed try-bots for a Chromium Gerrit CL. This includes the actual test failures, assertion errors, and full stack traces to diagnose why tests failed. |
| get_ci_build_errors | Get detailed error messages with stack traces from a specific CI build URL. This provides the actual test failures, assertion errors, and complete stack traces from a CI build. |
| get_pdfium_gerrit_cl_status | Get status and test results for a PDFium Gerrit CL |
| get_pdfium_gerrit_cl_comments | Get review comments for a PDFium Gerrit CL patchset |
| get_pdfium_gerrit_cl_diff | Get the diff/changes for a PDFium Gerrit CL patchset to understand what code was modified |
| get_pdfium_gerrit_patchset_file | Get the content of a specific file from a PDFium Gerrit patchset for making code changes |
| get_pdfium_gerrit_cl_trybot_status | Get detailed try-bot status for a PDFium Gerrit CL, including individual bot results and pass/fail counts |
| list_pdfium_gerrit_cls | List PDFium Gerrit CLs from PDFium dashboard (requires authentication cookie) |
| find_chromium_owners_file | Find OWNERS files for a given file path in Chromium source code by searching up the directory tree |
| search_chromium_commits | Search commit messages and metadata in the Chromium repository using Gitiles API |
| get_chromium_issue | Get details for a specific Chromium issue/bug from issues.chromium.org |
| search_chromium_issues | Search for issues in the Chromium issue tracker with full-text search across titles, descriptions, and metadata |
| list_chromium_folder | List files and folders in a specific directory of the Chromium source tree |
| list_gerrit_cls | List Gerrit CLs from Chromium dashboard (requires authentication cookie) |
| suggest_reviewers_for_cl | Find optimal reviewers for a Chromium CL. Analyzes OWNERS files and recent commit activity to suggest the minimal set of reviewers who can cover all changed files. Ranks reviewers by both OWNERS coverage and recent commit activity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |