Skip to main content
Glama

Create job posting

create_job_posting

Publish a job opening to the careers page with required details like title, department, location, and description. Set employment type and visibility.

Instructions

Create a new job posting on the careers page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoe.g. Full-time, Part-time, ContractFull-time
titleYes
locationYes
publishedNo
departmentYes
descriptionYesFull job description, HTML or plain text
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states the core action. It does not mention whether the posting is immediately public, whether the 'published' parameter controls visibility, what permissions are needed, or what response is returned. This is a significant gap for a creation tool.

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 a single, front-loaded sentence with no filler or redundant wording. It efficiently communicates the primary purpose, earning every word.

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

Completeness2/5

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

For a tool with six parameters, no annotations, and no output schema, the description is too sparse. It omits return values, the effect of the 'published' flag, required-field semantics, and any operational caveats. The schema partially covers structure, but an agent lacks enough information to confidently invoke the tool in varied contexts.

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

Parameters1/5

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

Schema description coverage is only 33%, and the tool description provides no parameter meaning beyond what the schema already has. Four of six parameters (title, location, department, published) lack descriptions in both the schema and the tool description, and the description does not compensate for this low coverage.

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 uses a specific verb ('Create') and a clear resource ('a new job posting on the careers page'), which distinguishes it from sibling tools like update_job_posting or delete_job_posting. It states exactly what the tool accomplishes without ambiguity.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives such as update_job_posting or create_content. The word 'new' implies it is for new postings, but no explicit context, exclusions, or alternative-routing information is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/untitledsolomon/regent-website-mcp'

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