Skip to main content
Glama
wylu1037
by wylu1037

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACCESS_TOKENYesTwitter API access token
CONSUMER_KEYYesTwitter API consumer key
ACCESS_SECRETYesTwitter API access secret
CONSUMER_SECRETYesTwitter API consumer secret
DEEPSEEK_API_KEYYesDeepSeek API key for AI features

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

Tools

Functions exposed to the LLM to take actions

NameDescription
create_tweetC

Create a tweet

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no ambiguity or confusion with other tools.

Naming Consistency5/5

The single tool name 'create_tweet' follows a clear verb_noun pattern, consistent with itself.

Tool Count2/5

A single tool for a Twitter-oriented server is insufficient; typical interacton with tweets requires multiple operations (read, delete, etc.), making this feel thin.

Completeness2/5

Only creation is covered; essential operations like reading, deleting, or listing tweets are missing, leaving significant gaps for an agent.

Maintenance

ActivityInactive
ResponsivenessNo issues