get_profile_completeness
Calculate a student's profile completeness score with a section-by-section breakdown to identify missing information for placement readiness.
Instructions
Get the profile completeness score for a student.
Returns a percentage score and breakdown by section
(education, skills, projects, resume, GitHub, etc.).
Args:
student_id: The student's UUID.
Returns:
Completeness score and section-by-section breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| student_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |