Explain one issue type without running analysis. This is useful for agents and CI bots that need a compact rule guide before deciding whether to fix, suppress, or configure a finding.Documentation Index
Fetch the complete documentation index at: https://docs.fallow.tools/llms.txt
Use this file to discover all available pages before exploring further.
Arguments
| Argument | Description |
|---|---|
<issue-type> | Issue type token or rule id, for example unused-export, fallow/unused-dependency, high-complexity, or code-duplication. Common plural aliases such as unused-exports are accepted. |
Output
| Format | Description |
|---|---|
human | Rule id, summary, rationale, example, fix guidance, and docs URL. |
json | Machine-readable object with the same fields. Use this from agents. |
$ fallow explain unused-export --format json --quiet
MCP tool
Thefallow_explain MCP tool wraps fallow explain <issue-type> --format json --quiet:
Example request