yuque_get_resource
Retrieve board resource data from a Yuque document by providing the document ID or URL and the raw resource ID.
Instructions
Read a structured resource view from a Yuque document. Currently resource_type only supports board; pass the raw resource_id, not board://<resource_id>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_type | Yes | Resource type. Currently only board is supported. | |
| doc_id | No | Yuque document ID. Provide either doc_id or url, but not both. | |
| url | No | Yuque document URL. Provide either url or doc_id, but not both. | |
| resource_id | Yes | Raw board resource ID from board://<resource_id>; do not pass the full board:// locator. |