get_projects
Retrieve all projects available for logging DSR hours, including numeric IDs and display names, to obtain the project ID for use with submit_dsr.
Instructions
List all projects you can log DSR hours against, pulled from the DSR form dropdown. Returns each project's numeric ID and display name. Use the ID with submit_dsr(). Example return: [{"id": "1005", "name": "YourAI LLC"}, {"id": "890", "name": "Flynas"}]. Call this before submit_dsr() if you don't know the project_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||