Skip to main content
Glama

advance_application

Move a candidate's application forward to the next stage in the hiring pipeline, such as from phone screen to onsite interview.

Instructions

Advance an application to the NEXT stage in the pipeline (within the same job).

Use this to move a candidate forward one step, e.g. from "Phone Screen" to "Onsite". Requires from_stage_id (the candidate's current stage). If to_stage_id is omitted, advances to the next sequential stage. For moving between arbitrary stages in the same job, use move_application_same_job instead. For transferring to a different job entirely, use move_application.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_idYes
from_stage_idYes
to_stage_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 of behavioral disclosure. It clearly indicates this is a mutation tool ('advance an application'), specifies the required parameters (from_stage_id) and optional behavior (to_stage_id omission leads to sequential advancement). However, it lacks details on permissions, side effects, or error conditions, which are important for a mutation operation.

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 and front-loaded with the core purpose, followed by usage guidelines and parameter details. Every sentence adds value without redundancy, making it efficient and easy to parse for an AI agent.

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?

Given the tool's complexity (mutation with 3 parameters) and the presence of an output schema (which reduces the need to describe return values), the description is mostly complete. It covers purpose, usage, and parameter behavior but lacks details on authentication, error handling, or side effects, which are notable gaps for a mutation tool with no annotations.

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 description coverage is 0%, so the description must compensate. It explains the purpose of from_stage_id ('the candidate's current stage') and to_stage_id (if omitted, 'advances to the next sequential stage'), adding meaningful context beyond the schema's basic types. However, it doesn't clarify the semantics of application_id or provide examples of valid stage IDs.

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 specific action ('advance'), resource ('application'), and scope ('to the NEXT stage in the pipeline (within the same job)'), with concrete examples like 'from "Phone Screen" to "Onsite"'. It effectively distinguishes this tool from its siblings (move_application_same_job and move_application) by specifying its sequential advancement purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool (e.g., 'to move a candidate forward one step'), when not to use it (e.g., for moving between arbitrary stages or different jobs), and names specific alternatives (move_application_same_job and move_application). This helps the agent correctly select this tool over its siblings.

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/benmonopoli/open-greenhouse-mcp'

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