Skip to main content
Glama
Beyond-Network-AI

Beyond MCP Server

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search-contentD
search-channelsC

Search for channels on a social platform

search-bulk-channelsC

Search for multiple channels on a social platform in parallel

get-user-profileD
get-wallet-profileD
get-user-contentD
get-threadD
get-trending-topicsD
get-trending-feedD
get-user-balanceD

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-thread
summarize-user-activity
explore-trending-topics
explore-trending-feed
analyze-search-results
check-user-balance
search-channelsSearch for a single channel on a social platform
search-bulk-channelsSearch for multiple channels on a social platform in parallel

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes targeting different resources like threads, feeds, topics, user data, and search functions. However, get-user-content and search-content could potentially overlap in purpose if content retrieval is involved, creating minor ambiguity.

Naming Consistency5/5

All tool names follow a consistent kebab-case pattern with a verb-noun structure, primarily using 'get-' or 'search-' prefixes. This uniformity makes the tool set predictable and easy to parse for an agent.

Tool Count5/5

With 10 tools, the count is well-scoped for a social platform server, covering user interactions, content discovery, and search functionalities. Each tool appears to serve a specific role without redundancy.

Completeness3/5

The tool set focuses heavily on retrieval and search operations, with no clear tools for creating, updating, or deleting content, users, or channels. This leaves significant gaps in CRUD coverage for a social platform domain, though retrieval functions are well-represented.

Maintenance

ActivityInactive
ResponsivenessNo issues