Get Governance Score
get_governance_scoreGet the quality score. Scope 'org' (default) averages across the organization's specs with the trend and a per-spec breakdown. Scope 'spec' needs specId and recalculates that spec's score on the spot — that writes a new snapshot and may raise alerts, so it is not a free read. Requires project context for scope 'spec'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | What to score: 'org' (default) or 'spec' | org |
| specId | No | Public ID (GUID) of the API specification — required for scope 'spec' |