Skip to main content
Glama
Watanabebashi

BeefChicken MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe host interface to bind the server to. Defaults to localhost.
API_KEYYesBearer token for the target API. Forwarded as-is via the Authorization header when running in stdio mode.
API_BASE_URLYesThe base URL of the target API to proxy.
ALLOWED_HOSTSNoComma-separated list of allowed hosts.

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
tasks_getC

List tasks

tasks_postB

Create a task

tasks_id_getC

Get a task

tasks_id_deleteC

Delete a task

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool maps to a distinct operation: list, create, get by ID, and delete by ID. There is no meaningful overlap, and the names make the resource and action clear.

Naming Consistency5/5

All tool names follow the same resource_verb pattern, with tasks_id_get and tasks_id_delete clearly indicating the ID path parameter. The consistent snake_case and operation-based suffixes make the set predictable.

Tool Count5/5

Four tools is an appropriate, focused count for a simple task management server. Each tool covers a core operation without unnecessary bloat.

Completeness4/5

The server covers list, create, read, and delete operations for tasks, but notably lacks an update operation. This is a minor gap since delete-and-recreate is a possible workaround, but update is a standard task lifecycle need.

Maintenance

ActivityNo data
ResponsivenessUnresponsive