Skip to main content
Glama

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_lingbot_infoB

Get public information and links for the Lingbot platform.

list_lingbot_modelsB

List current or planned models shown by Lingbot.

get_lingbot_creation_linkC

Get the Lingbot creation URL for an image or video workflow.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a clearly distinct resource: platform info, model list, and creation link. There is no meaningful overlap between the three purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with the same lingbot_ namespace prefix: get_lingbot_info, list_lingbot_models, get_lingbot_creation_link.

Tool Count3/5

Three tools is thin for a platform integration server, though it may be intentional for a read-only info surface. It sits at the borderline of under-scoped.

Completeness2/5

The surface is entirely read-only and covers only info, model listing, and link retrieval. There is no ability to actually invoke a creation workflow, check status, or retrieve results, leaving significant gaps for real agent use.

Maintenance

ActivitySlowing
ResponsivenessNo issues