Skip to main content
Glama

Track Job Application

civify_track_application

Record a job application in the candidate's Civify Kanban tracker board.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoNotes, interview dates, or recruiter contacts.
statusNoApplication lifecycle status.APPLIED
api_keyNoOptional API key override.
job_urlNoURL of the job posting.
job_titleYesTarget role / job title.
company_nameYesName of the target company.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUnique identifier for the tracked application
notesNoCandidate notes and timeline details
statusYesKanban status (EVALUATED, APPLIED, INTERVIEW, OFFER, REJECTED)
jobTitleYesJob title
createdAtNoCreation timestamp
companyNameYesCompany name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already indicate a non-read-only, non-idempotent write; the description aligns with that and adds the destination ('Kanban tracker board'). It does not disclose consequences like duplicate entries on repeat calls or whether an existing application can be updated, so it adds limited behavioral context beyond annotations.

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?

Single sentence, grammatically direct, with no filler. It front-loads the action before the destination, and nothing needs to be cut or rearranged.

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?

For a 6-parameter create-style write tool with full schema documentation, annotations, and an output schema, the core invocation contract is clear. It lacks explicit when-to-use guidance and duplicate/update behavior, but these are not fatal given the schema and sibling list.

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?

The input schema provides 100% descriptions for all six parameters, so the baseline applies. The description adds no meaning about company_name, job_title, or status beyond what the schema already documents.

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?

Clearly states a specific action ('Record') and resource ('job application') plus destination ('Civify Kanban tracker board'), which distinguishes it from civify_list_applications and other CV/candidate siblings. The title 'Track' is clarified by the description.

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 statement of when to use this tool or when to prefer an alternative. It never mentions civify_list_applications for viewing existing applications or conditions such as having a logged-in account or API key. The only context is the destination board, which implies but does not explain usage.

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