read_pyproject_toml
Parses and summarises pyproject.toml to reveal project name, version, description, dependencies, and tool configurations.
Instructions
Parse and summarise a pyproject.toml file.
Returns project name, version, description, dependencies, and tool configurations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to pyproject.toml. Default: "pyproject.toml" in cwd. | pyproject.toml |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||