get_proposals
List Canton Network Dev Fund grant proposals: community funding requests tracked on GitHub. Filterable by state (open/closed/all). Use for 'what grants/funding requests exist' questions. NOT the same as Canton Improvement Proposals (CIPs): those are governance specs (use list_cips / get_cip). Returns number, title, state, author, and board status. Canton ecosystem only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many proposals to return. Default 20, max 50. The response states the full count. | |
| state | No | Grant-request state on GitHub. Defaults to "open", so the total reported is open requests rather than every proposal ever filed. | open |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. |