Skip to main content
Glama

list_education

Retrieve education entries from your resume, including degree, institution, year, and competencies, with optional resume filtering and pagination.

Instructions

List education entries (degree, institution, year, and relevant coursework/competencies), optionally filtered to a resume. Response includes total_count and items for pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resume_idNoOptional resume ID from list_resume_summaries to filter results
limitNoMaximum number of results to return (default 100)
offsetNoNumber of results to skip for pagination (default 0)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses pagination behavior (total_count and items), which is helpful, but does not explicitly state that the operation is read-only or non-destructive, leaving its safety profile implicit.

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?

Two sentences with no filler. The first sentence immediately states the core purpose and included data, and the second sentence clarifies the response format. Every word earns its place.

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?

Given the presence of an output schema (not shown but indicated), the description adequately covers the tool's behavior: listing education entries with optional filtering and pagination. It could mention default ordering, but that's a minor gap. Overall, it's sufficient for a list operation.

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

Parameters3/5

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

Schema description coverage is 100%, so the parameters are already documented. The description adds context for resume_id (filtering) and mentions pagination response fields, but doesn't add significant new meaning beyond the schema.

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 specifies the verb 'List' and the resource 'education entries', listing the exact fields included (degree, institution, year, coursework/competencies), and distinguishes from siblings like search_education by implying this returns a paginated list rather than search results.

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

Usage Guidelines3/5

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

The description states the tool can be optionally filtered by resume_id, implying a use case, but does not explicitly say when to prefer this over sibling listing or search tools, nor does it mention 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/mnoomnoo/resume-mcp-server'

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