Skip to main content
Glama
fbossiere

JungleBridge MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_connection_statusA

Return scaffold status only; does not verify or contact the WTTJ API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap. The tool's purpose is clearly stated, albeit limited.

Naming Consistency5/5

The single tool follows the snake_case verb_noun pattern (get_connection_status), which is consistent and predictable.

Tool Count1/5

A server with only one trivial tool that merely returns a scaffold status without any real API interaction is an extreme mismatch for the apparent purpose of a JungleBridge MCP. It feels like a placeholder rather than a functional server.

Completeness1/5

The tool does not actually verify or contact the WTTJ API, and there are no other tools to cover any meaningful operations. The surface is severely incomplete and would cause agent failures.

Maintenance

ActivityMaintained
ResponsivenessNo issues