Skip to main content
Glama
foundrole

FoundRole MCP

Official
by foundrole

job_alert_unsubscribe

Destructive

Unsubscribe from job alerts for a specific job search by ID. Idempotent: returns success even if already unsubscribed.

Instructions

Unsubscribes the authenticated user from job alerts for a specific job search.

Input:

  • job_search_id: The job search identifier to unsubscribe from (required). Accepts either the job search UUID or the composite job ID returned by jobs_search / jobs_details (format: "seo_id--job_search_id").

Output: Confirms the alert has been unsubscribed. Idempotent: returns success even when the user was not subscribed or is already unsubscribed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_search_idYesJob search UUID or composite job id ("seo_id--job_search_id") from jobs_search results

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNo
successYes
Behavior4/5

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

Annotations already mark this as destructive (destructiveHint=true) and not read-only. The description adds valuable behavioral context beyond annotations: it states the operation is idempotent ('returns success even when the user was not subscribed or is already unsubscribed') and confirms the output ('Confirms the alert has been unsubscribed'). This gives the agent a clear safety profile beyond the binary hint.

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 compact and well-structured: a one-sentence purpose, then clearly labeled Input and Output sections, followed by a one-line behavioral note. Every sentence earns its place with no filler or repetition.

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?

For a single-parameter tool with annotations and an output schema, the description fully covers the input format, the output confirmation, and the idempotent behavior. No missing context is apparent for an agent to invoke this tool correctly.

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 schema already describes the parameter with 100% coverage, and the description essentially repeats the same information (job search UUID or composite job ID from jobs_search/jobs_details). No new meaning is added beyond the schema, so with high schema coverage the baseline of 3 is appropriate.

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 opens with a specific verb+resource: 'Unsubscribes the authenticated user from job alerts for a specific job search.' This clearly distinguishes the tool from siblings like job_alert_subscribe, job_alert_list, and job_alert_unsubscribe_all by targeting a single job search.

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 implies usage context ('for a specific job search') and the input requirements, but it does not explicitly state when to choose this tool over alternatives (e.g., 'use unsubscribe_all for all alerts') or mention any exclusions. The sibling tool names provide some context, but the description itself lacks direct usage guidance.

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