status_summary
Retrieve a project status summary with default credentials for Overleaf projects. Ideal for quickly analyzing document structure and content via Git integration.
Instructions
Get a summary of the project status using default credentials
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectName | No | Project name (default, project2, etc.) |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"projectName": {
"description": "Project name (default, project2, etc.)",
"type": "string"
}
},
"type": "object"
}