edit
Update an llms.txt entry's name, URL, or description by its ID. Automatically re-fetches the document when the URL changes.
Instructions
Update name, url, or description of an llms.txt entry by id. Re-fetches if url changes. Call list first if you don't have the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | llms id | |
| name | No | new unique llms name | |
| url | No | new unique llms.txt url | |
| description | No | new llms description |