Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

update_full_profile

Update an entire job seeker profile at once, covering headline, bio, skills, employment, education, projects, and references in a single request.

Instructions

Update the entire user profile at once (all sections).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioNoBio/about section
skillsNoSkills list
headlineNoProfessional headline
locationNoLocation
projectsNoProjects list
last_nameNoLast name
educationsNoEducation history
first_nameNoFirst name
referencesNoReferences list
employmentsNoEmployment history

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.5

TDQS

B3.1/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 the full behavioral burden. For a mutation touching every profile section, it fails to state whether omitted fields are cleared or preserved, whether it requires specific permissions, or whether changes are reversible — critical ambiguity for a whole-profile write.

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?

A single efficient sentence with the scope constraint front-loaded and zero waste. Appropriately sized, though it is arguably too terse given the operation's complexity.

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

Completeness2/5

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

With 10 parameters, no output schema, and no annotations, the description should compensate for the missing behavioral context but does not — it leaves the replace-vs-merge semantics and permission model entirely unstated for a broad mutation tool.

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 all 10 parameters (bio, headline, skills, employments, etc.) are already documented in the schema. The description adds no syntax or format detail beyond that, so the baseline of 3 is appropriate.

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?

States a specific verb (update) and resource (the entire user profile) and adds scope ('all sections', 'at once'), which distinguishes it from the section-specific siblings like update_profile_basic and update_profile_skills. It is clear what it does, though it does not name a sibling to route against.

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 phrase 'at once (all sections)' implies this is the bulk alternative to the granular update_profile_* siblings, but it never explicitly says when to choose this over updating individual sections. Usage is left to inference.

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

Deploy Server

Other Tools