Skip to main content
Glama
drummouse

JobNimbus MCP Server

by drummouse

jn_create_job

Create a new job in JobNimbus with customizable fields including lead and job numbers from GHL via custom_fields_json.

Instructions

Create a new job in JobNimbus. Pass GHL Lead Number and Job Number via custom_fields_json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNo
cityNo
nameYesJob name/title
tagsNo
geo_latNoGPS latitude
geo_lonNoGPS longitude
state_textNo
descriptionNo
status_nameNo
contact_jnidNojnid of the related contact
address_line1No
custom_fields_jsonNoJSON string of custom fields, e.g. {"Lead Number":"L-001","Job Number":"J-001","Plus Code":"XXXX+XX"}
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It states the tool creates a job (mutation) but omits any side effects, authorization requirements, idempotency, or error conditions. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently conveys the core purpose. It is front-loaded with the main action. However, it could add more detail without becoming verbose, as it currently omits important usage context.

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?

Given 12 parameters, low schema coverage, no output schema, and no annotations, the description is insufficient. It does not explain required fields beyond name, the creation process, or what the response contains, leaving the agent underinformed.

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

Parameters2/5

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

Schema coverage is 42% (low), and the description only clarifies the custom_fields_json parameter by specifying the GHL Lead Number and Job Number fields. Other parameters like zip, city, tags, and state_text are left unexplained, failing to compensate for the low schema 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 clearly states the tool creates a new job in JobNimbus, specifying the resource (job) and action (create). It distinguishes from sibling tools like jn_list_jobs and jn_update_job, and the mention of custom_fields_json highlights a key use case.

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 implies usage for creating jobs with specific custom fields (GHL Lead Number and Job Number), but it provides no explicit guidance on when not to use this tool or alternatives (e.g., jn_create_contact for contacts). The context is clear but lacks exclusion criteria.

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/drummouse/JobNimbus-MCP'

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