Skip to main content
Glama

analyze_resume

Analyze a student's resume to extract structured skills and experience for placement profiling.

Instructions

Analyze a student's resume (PDF text extraction and structuring).

Args:
    student_id: The student's UUID.

Returns:
    Resume analysis results including extracted skills and experience.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
student_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must convey behavioral traits. It discloses the internal process (PDF text extraction and structuring) and the return content (skills and experience), but it omits details about error handling, read-only nature, or any side effects. It offers some transparency but not complete coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is succinct and well-organized: a one-sentence overview followed by Args and Returns sections. Every piece of information is relevant and presented clearly without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with a single parameter and an output schema, the description gives sufficient context about purpose and key output aspects. It could mention error cases or prerequisites (e.g., resume must be uploaded), but the current level is adequate for the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only provides the type string for student_id, but the description adds critical semantic meaning by specifying it is the student's UUID. This clarifies the expected format, though it doesn't specify validity requirements or where to obtain the ID.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool's action (analyze) and resource (a student's resume), adding specificity with 'PDF text extraction and structuring'. This distinguishes it from sibling tools like analyze_github and analyze_student.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (for resume analysis), but does not explicitly mention exclusions or alternatives. The scope is well-defined, but it lacks direct guidance on when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mr-sanjai-offl/talentlens-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server