Skip to main content
Glama
satovarb16
by satovarb16

analyze_job

Fetch a job posting, verify H-1B visa sponsorship history, and retrieve your profile to evaluate match suitability.

Instructions

Gather job + visa + profile for a posting so Claude can score the match.

Performs the data-gathering half of a job analysis in one call:

  1. Verifies a profile exists (returns error envelope if not).

  2. Fetches the job posting from the given URL.

  3. Checks H-1B visa sponsorship history for the company.

  4. Returns the job, visa verdict, stored profile, and a scoring guide.

The match score and APPLY/CONSIDER/SKIP recommendation are NOT computed by this tool — after calling it, score the candidate profile against the job and apply the scoring_guide's recommendation_rules in your reply.

This tool NEVER raises — all failures are encoded in the return envelope.

Args: url: The raw job posting URL to analyze.

Returns: AnalyzeJobResult with job, visa, profile, and scoring_guide populated on success, or error/message fields populated on failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobNo
visaNo
errorNo
messageNo
profileNo
scoring_guideNo
Behavior5/5

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

Describes key behaviors: verifies profile existence, fetches job, checks visa, returns error envelope on failures, never raises exceptions. With no annotations, this is sufficient disclosure.

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?

Well-structured with numbered steps and return list. Somewhat lengthy but efficient; front-loaded with main purpose.

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?

Complete for a single-parameter tool: covers flow, error handling, and return fields. Output schema exists, so detailed return specs are unnecessary.

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?

Only one parameter, 'url', described as 'raw job posting URL'. Schema has no description, so the description adds needed clarity.

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 clearly states the tool gathers job, visa, and profile data for scoring, distinguishing it from siblings by combining multiple fetches into one call.

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?

Explicitly states the tool is the data-gathering half, and after calling it, the AI should compute the score itself. It mentions error handling via return envelope. No explicit when-not-to-use, but clear context.

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/satovarb16/runwayMCP'

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