Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_submit_career_application

Submit a job application for a candidate, creating their record and triggering career-site pipeline automation.

Instructions

Submit a job application on behalf of a candidate. Creates a candidate record and triggers the career-site pipeline automation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesApplicant email address
phoneNoApplicant phone number
job_idYesJob ID to apply to
resumeNoResume file upload (base64 encoded)
sourceNoApplication source identifier
answersNoArray of form answer objects
last_nameYesApplicant last name
first_nameYesApplicant first name
company_slugYesCompany slug identifying the career site
linkedin_urlNoApplicant LinkedIn profile URL
Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It explicitly reveals two key side effects: creating a candidate record and triggering the career-site pipeline automation. This goes beyond the basic 'submit' action and informs the agent about important write operations and downstream effects, though it doesn't mention permissions, idempotency, or response behavior.

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 two sentences long, front-loaded with the primary action, and includes only essential information about side effects. No unnecessary words or repetition of schema details.

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

Completeness3/5

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

Given the tool has 10 parameters and nested objects, no output schema, and no annotations, the description adequately states purpose and key side effects but lacks guidance on expected return values, error conditions, or what happens on duplicate applications. It is sufficient for basic use but not fully complete for a complex mutation tool.

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?

Schema description coverage is 100%, so the baseline is 3 even with no parameter details in the description. The description does not add meaningful semantics beyond the schema, but it does imply that first_name, last_name, email, and other core fields are used to create the candidate record. No extra information is provided that would raise the score.

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 verb 'Submit' and the resource 'job application on behalf of a candidate,' distinguishing it from related tools such as hires_create_application and hires_create_candidate. Mention of the career-site pipeline automation further differentiates it from internal application creation tools.

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 gives clear context that this tool is for submitting applications via the career-site pipeline, implying use for outward-facing applications rather than internal ones. While it doesn't explicitly name alternatives or exclusions, the phrase 'career-site pipeline automation' provides enough context for when to use this tool versus siblings like hires_create_application.

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/100Hires/mcp-server'

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