JobBOSS2 MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JOBBOSS2_BASE_URL | No | JobBOSS² API origin | ECI production API |
| JOBBOSS2_CLIENT_ID | No | Integration Engine API user client ID | |
| JOBBOSS2_TOKEN_URL | No | OAuth token URL | ECI production token endpoint |
| JOBBOSS2_ACCESS_TOKEN | No | Static bearer token alternative | |
| JOBBOSS2_ALLOW_WRITES | No | Enable POST and PATCH tools | false |
| JOBBOSS2_CLIENT_SECRET | No | Integration Engine API user client secret | |
| JOBBOSS2_REQUEST_TIMEOUT_MS | No | Per-request timeout from 100 to 300000 ms | 30000 |
| JOBBOSS2_ENABLE_UNDOCUMENTED | No | Register the underspecified operation tool | false |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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