check_person_report
Verify weekly report submission status for a specific individual. Input a name to track reporting compliance and ensure timely updates.
Instructions
Check if a specific person has submitted their weekly report
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "check_person_reportArguments",
"type": "object"
}