Skip to main content
Glama

Create a job type

createJobType

Add a new job type to the business catalog, specifying a required name and optional active/inactive status. An idempotency key makes retries safe by preventing duplicate entries.

Instructions

Create a job type

Adds a new job type to the business catalog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesJob-type name (required) — what the booking form shows as the kind of work. Stored as the canonical English value; per-locale names are a dashboard authoring feature.
statusNoLifecycle status. Defaults to active; inactive types cannot be selected for new job requests.
idempotency_keyNoUnique key making retries safe: a repeat send with the same key replays the original response (header Idempotent-Replayed: true) instead of re-running the operation. Reusing a key with a different body returns 422 IDEMPOTENCY_KEY_REUSE. (sent as the Idempotency-Key header)
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already provide the side-effect profile (readOnlyHint false, destructiveHint false, idempotentHint false), and the description's 'Adds' is consistent with those annotations. It adds the 'business catalog' context but does not disclose additional behaviors such as auth requirements or response shape.

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?

The meaningful content is compact and clear. However, the opening sentence 'Create a job type' merely restates the title, giving the description a small redundant start while remaining appropriately short overall.

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?

For a simple 3-parameter create operation with full schema coverage and annotations covering the safety profile, the description is mostly sufficient for correct invocation. The main gap is the lack of any stated return value, though no output schema is present.

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%, and the schema already documents the name requirement, status enum/default, and idempotency-key behavior in detail. The tool description itself adds no parameter-specific meaning, so the baseline applies.

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 states a specific verb, 'Adds', a specific resource, 'a new job type', and a target, 'the business catalog'. Sibling tools such as deleteJobType, getJobType, and listJobTypes make clear this is the create variant, so there is no ambiguity about what it does.

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 offers no explicit when-to-use guidance or alternatives, so an agent must infer usage from the verb 'Adds'. It is not misleading, but it does not specify conditions or exclusions relative to other tools.

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/crisphive/crisphive-mcp'

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