lingbot-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a clearly distinct resource: platform info, model list, and creation link. There is no meaningful overlap between the three purposes.
All tools follow a consistent verb_noun pattern with the same lingbot_ namespace prefix: get_lingbot_info, list_lingbot_models, get_lingbot_creation_link.
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.
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.