Available tools
| Tool | Description |
|---|---|
getFindings | Retrieve security findings with filters for state (open/closed/potential), severity, and limit |
getFinding | Get detailed info about a specific finding including description, affected code, and remediation guidance |
updateFindingState | Mark findings as closed (false positive, risk accepted, fixed) or reopen them |
getGuardrails | Get security guardrails and context documents for a project |
createGuardrail | Create new security guardrails programmatically |
listProjects | List all Corridor projects you have access to |
Example conversation
- “Show me details about finding X” → calls
getFinding - “Mark this finding as a false positive” → calls
updateFindingState - “What guardrails should I follow?” → calls
getGuardrails - “Create a guardrail for SQL injection prevention” → calls
createGuardrail
Requirements
- Corridor extension installed and authenticated
- MCP enabled for your team (team setting)
- IDE Extension Support entitlement on your plan
- User must be a member of a team that owns the project
Security notes
- Tools validate team membership before granting access
- Uniform 404 responses prevent information leakage
- Admin operations reject API tokens (require user auth)