Skip to main content
Glama
AshC2004

Job Tracker MCP Server

by AshC2004

add_application

Record a new job application with company, role, and date applied to keep your job search organized.

Instructions

Add a new job application to the tracker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYes
notesNo
statusNoapplied
companyYes
job_urlNo
date_appliedYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits such as validation rules, duplicate handling, required field formats, or side effects. The description simply states the action without elaborating on what happens or under what conditions it may fail.

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 a single, clear sentence with no redundancy or extra words. It is concise and well-structured, though it is under-specified for the complexity of the tool.

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?

The description does not provide enough context for a tool with six parameters and no annotations. It does not explain the expected format for date_applied, the allowed status values, or how this interacts with the tracker system. The output schema is present, but the description itself is incomplete.

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

Parameters1/5

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

With schema description coverage at 0%, the description must compensate for parameter meaning, but it does not mention any of the six parameters. The agent is left to infer meaning solely from parameter names, which is insufficient for parameters like 'status' and 'date_applied' that may have specific expected formats.

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 uses a specific verb ('Add') and resource ('job application'), clearly distinguishing this tool from the sibling 'add_followup' which adds follow-ups instead. The phrase 'to the tracker' provides additional context for the domain.

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 clearly implies the tool is for creating new job applications, but it does not explicitly state when to use this over alternatives like add_followup or when not to use it. Usage is inferred from the resource name rather than explicitly stated.

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/AshC2004/job-tracker-mcp-server'

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