search_lhcb_stack
Search code snippets within LHCb software stacks like 'sim11' by automatically resolving correct Git references for projects.
Instructions
Search for code snippets within a specific LHCb software stack (e.g., 'sim11'). Automatically resolves the correct Git references for projects in that stack.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_term | Yes | The code or text to search for | |
| stack | Yes | Name of the software stack (e.g., 'sim11') | |
| project | No | Optional: limit search to a specific project. Either a numeric ID or path (e.g. 'lhcb/Boole'). If omitted, searches across all public projects using default refs. | |
| scope | No | Search scope: 'blobs' searches file content (default), 'filenames' searches only file names | |
| ref | No | Optional: Override the Git branch or tag to search within. If omitted, automatically uses the branch matching the stack if applicable. | |
| per_page | No | Number of results to return (default: 20, max: 100) | |
| page | No | Page number to retrieve (default: 1) |