Generate Repository Readme Tool
generate-repository-readmeUse this when the user asks to generate or refresh a README for an imported repository. After authorization, this state-changing action consumes AI credits, creates a generation, and can save it to a Space; it requires the numeric repository_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| license | No | Optional license value for the README; required when sections includes License. | |
| filename | No | Optional generation history filename. Defaults to README.md plus the repository name. | |
| language | No | Optional human language for the generated README. Defaults to English. | |
| sections | No | Optional README sections to include, such as Introduction, Features, Requirements, Installation, Usage, Configuration, Contributing, or License. | |
| repository_id | Yes | Required numeric ID of an already connected/imported repository from the user repository records; do not pass a slug, URL, provider name, or Space repository-link ID. | |
| save_to_space | No | Optional destination Space page to create from the generated README after authorization. The authenticated user must manage the Space. | |
| additional_instructions | No | Optional customer instructions for README tone, scope, installation focus, examples, or project-specific emphasis. |