Skip to main content
Glama
foundrole

FoundRole MCP

Official
by foundrole

tracker_update

Destructive

Update a tracked job's notes, deadline, salary, tags, and reminder to keep your application information current.

Instructions

Updates details of a tracked job (notes, deadline, salary, tags).

Input:

  • tracked_job_id: The tracked job ID — trackedJobs[].id from tracker_list output, distinct from trackable.id and job.id (required)

  • notes: Updated notes

  • deadline: Deadline date (ISO 8601 format)

  • salary_offered: Salary amount

  • salary_offered_type: Salary type: year, month, week, day, hour

  • tags: Comma-separated tags (e.g., "remote,startup,tech")

  • reminder_at: Reminder date/time in ISO 8601 format, e.g. "2025-03-15T10:00:00Z" (must be in the future, or empty to clear)

Output: Returns the updated tracked job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoComma-separated tags (e.g., "remote,startup,tech")
notesNoNotes about this job
deadlineNoDeadline date in ISO 8601 format
reminder_atNoISO 8601 datetime, e.g. "2025-03-15T10:00:00Z" (must be in the future, or empty to clear)
salary_offeredNoSalary amount
tracked_job_idYesThe tracked job ID — `trackedJobs[].id` from tracker_list output, distinct from `trackable.id` and `job.id` (required)
salary_offered_typeNoSalary type: year, month, week, day, hour

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hasMoreNo
totalCountNo
trackedJobNo
statusOrderNo
trackedJobsNo
trackerWebUrlNo
subStatusOrderNo
Behavior3/5

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

Annotations already indicate destructiveHint=true, and the description adds that the operation returns the updated tracked job and that reminder_at must be in the future. However, it does not disclose whether updates are partial or full overwrites, nor does it explain any irreversibility or side effects beyond the annotation.

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?

The description is well-structured with a clear lead sentence, a compact input list, and an output note. Every sentence serves a purpose, and the formatting enhances readability for an agent.

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

Completeness5/5

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

The tool has 7 parameters with complete schema documentation and an output schema. The description fills the remaining gaps by specifying the correct ID to use, flagging potential ID confusion, and providing formatting examples, making it fully actionable.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds genuine value by clarifying the tracked_job_id provenance (distinct from trackable.id and job.id), giving a concrete example for tags, and stressing the future-date requirement for reminder_at, which goes beyond the schema text.

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 ('Updates details') with a clear resource ('tracked job') and enumerates the affected fields (notes, deadline, salary, tags). This clearly distinguishes it from sibling tools like tracker_update_status, which presumably handles status changes.

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?

The description provides clear context on what this tool updates and emphasizes the correct ID source (trackedJobs[].id from tracker_list) while cautioning against confusing it with other IDs. It doesn't explicitly mention when not to use it or name alternatives like tracker_update_status, but the field scope strongly implies the intended use.

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/foundrole/jobs-mcp-proxy'

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