grist_create_document
Create a new Grist document in a workspace, optionally forking an existing document to copy its structure and data. Returns the new document ID and URL.
Instructions
Creates a new Grist document in a workspace. Optionally fork an existing document to copy its structure and data. Returns the new document ID and URL.
Example: {"name":"Customer CRM","workspaceId":123}
Use grist_help({tools:["grist_create_document"]}) for full schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| workspaceId | Yes | ||
| forkFromDocId | No | ||
| response_format | No |