Skip to main content
Glama

add_education

Add an education entry to your Himalayas profile. Requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldNoField of study (e.g., 'Computer Science')
gradeNoGrade or GPA
degreeNoDegree (e.g., 'Bachelor of Science')
schoolYesSchool or institution name
currentNoWhether you are currently enrolled
end_yearNoEnd year (omit if currently enrolled)
activitiesNoActivities and societies
start_yearNoStart year
descriptionNoDescription or achievements

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It only discloses that authentication is required; it doesn't mention side effects (e.g., profile modification), reversibility, or constraints on duplicate entries. For a mutation, this is minimal coverage.

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

Conciseness4/5

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

The description is concise with no wasted words, front-loading the action and specifying context. It is appropriately brief, though it could add a phrase about the profile update without becoming verbose.

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

Completeness3/5

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

The tool has 9 parameters and no output schema. The description covers the essential action and authentication, but lacks any mention of prerequisites beyond auth, and doesn't specify that it modifies the current user's profile (though 'your' implies this). It is adequate but not thorough for a mutation tool with no annotations.

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 schema already fully documents each parameter. The description adds no additional parameter semantics beyond the schema, meeting the baseline for this dimension.

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

Purpose4/5

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

The description clearly states the verb 'Add' and the resource 'education entry' in the context of 'your Himalayas profile'. It implicitly differentiates from sibling tools like add_experience by resource type, though it doesn't name any directly.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool vs alternatives such as add_experience or update_profile. It only mentions authentication as a prerequisite, not the intended scenario or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources