Skip to main content
Glama
kilwizac

JobBOSS2 MCP server

by kilwizac

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JOBBOSS2_BASE_URLNoJobBOSS² API originECI production API
JOBBOSS2_CLIENT_IDNoIntegration Engine API user client ID
JOBBOSS2_TOKEN_URLNoOAuth token URLECI production token endpoint
JOBBOSS2_ACCESS_TOKENNoStatic bearer token alternative
JOBBOSS2_ALLOW_WRITESNoEnable POST and PATCH toolsfalse
JOBBOSS2_CLIENT_SECRETNoIntegration Engine API user client secret
JOBBOSS2_REQUEST_TIMEOUT_MSNoPer-request timeout from 100 to 300000 ms30000
JOBBOSS2_ENABLE_UNDOCUMENTEDNoRegister the underspecified operation toolfalse

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
jobboss2_describe_resourceA

List JobBOSS2 resources or inspect one resource's paths, keys, query parameters, and request schema. Call this before create or update tools.

jobboss2_listA

List a JobBOSS2 resource with documented fields, filters, sorting, and offset paging. Filter keys use field[operator], where operator is eq, ne, gte, lte, gt, lt, in, notin, or null.

jobboss2_getA

Get one JobBOSS2 record. Use jobboss2_describe_resource to find the exact key names required by the resource.

jobboss2_createA

Create a JobBOSS2 record. Request data is checked against ECI's OpenAPI schema. Use jobboss2_describe_resource first to inspect required parent keys and fields.

jobboss2_updateA

Patch a JobBOSS2 record. Request data is checked against ECI's OpenAPI schema. Use jobboss2_describe_resource first to inspect key names and writable fields.

jobboss2_issuing_materials_lookupA

List issuing-material bin locations, job numbers, or routing steps with standard JobBOSS2 filters and paging.

jobboss2_transfer_stock_to_jobA

Transfer stock material to a job. This changes bin quantities and can create job materials, inventory transactions, and job requirements. It is not safe to retry blindly.

jobboss2_create_reportB

Submit a JobBOSS2 report request. ECI's current OpenAPI document does not define this request body's fields or response schema.

jobboss2_get_reportA

Get a previously submitted JobBOSS2 report by request ID. ECI's current OpenAPI document does not define the response schema.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/kilwizac/jobboss2-mcp'

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