Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

save_job

Add a job application to your tracker with title, company, status, and details to manage your job search.

Instructions

Save a new job application to track. Use this when the user wants to save or add a job they're interested in or have applied to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesJob title (e.g., 'Software Engineer')
statusNoCurrent application status (default: saved)
companyYesCompany name
job_urlNoURL to the job posting
locationNoJob location
is_starredNoMark as important/starred (default: false)
descriptionNoJob description
required_skillsNoRequired skills

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.5

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral burden. It says 'save' but doesn't disclose permissions, whether it's a write/mutation, what happens on duplicate entries, return values, or any side effects. This is a significant gap for a write operation.

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 succinct sentences with no waste; the purpose is front-loaded and the usage condition follows immediately.

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?

For a tool with 8 parameters, no output schema, and no annotations, the description is adequate on purpose and usage but leaves behavioral aspects (permissions, side effects, error handling) and any return value information unaddressed.

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 8 parameters are already documented in the schema. The description adds no parameter-level detail beyond what the schema provides, so baseline 3 applies.

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 states a specific verb and resource ('Save a new job application to track') and distinguishes itself from siblings like update_job_status, delete_job, and discover_jobs by emphasizing creation of a new tracked job.

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?

It clearly explains when to use it ('when the user wants to save or add a job they're interested in or have applied to'), giving good context, but doesn't explicitly name alternative tools or when not to use it (e.g., use update_job_status for existing jobs).

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