JamJet
by jamjet-labs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAMJET_BIND | No | Bind address | 0.0.0.0 |
| JAMJET_PORT | No | Port to listen on | 8080 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jamjet_get_eventsC | Get the event log for an execution |
| jamjet_approveC | Approve or reject a paused execution |
| jamjet_list_agentsC | List registered agents with optional filters |
| jamjet_run_workflowC | Start a workflow execution |
| jamjet_cancel_executionC | Cancel a running workflow execution |
| jamjet_list_executionsC | List workflow executions with optional filters |
| jamjet_discover_agentC | Discover and register a remote agent by URL |
| jamjet_get_executionC | Get details of a workflow execution |
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
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/jamjet-labs/jamjet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server