Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port for HTTP mode (optional, default 8742)
PARSELY_API_KEYYesYour Parse.ly API key
PARSELY_API_SECRETYesYour Parse.ly API secret
PARSELY_API_BASE_URLNoParse.ly API base URL (optional, default https://api.parse.ly/v2)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_analytics_postsB

Get analytics data for top posts from Parse.ly. Returns metrics like views, visitors, and engagement time. Supports specific date ranges.

get_analytics_authorsA

Get analytics data for top authors from Parse.ly. Returns metrics like views and visitors by author.

get_analytics_tagsA

Get analytics data for top tags from Parse.ly. Returns metrics like views and visitors by tag.

get_referrersA

Get referrer data from Parse.ly. Shows where traffic is coming from by type: social, search, other, or internal. Supports specific date ranges for comparison analysis.

search_contentB

Search Parse.ly content. Find articles, posts, and pages by keyword.

get_sharesA

Get social share data for posts from Parse.ly. Shows total shares and breakdown by platform.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation5/5

Each tool clearly targets a distinct facet of Parse.ly data: top posts, top authors, top tags, referrers, content search, and social shares. There is no overlap or ambiguity in purpose.

Naming Consistency5/5

All tool names follow a predictable snake_case pattern with a verb (get or search) and a noun. The analytics tools share a get_analytics_ prefix, while others are get_referrers, get_shares, and search_content, which is still consistent and intuitive.

Tool Count5/5

With 6 tools, the set is well-scoped for a Parse.ly analytics server. Each tool serves a distinct data retrieval need without unnecessary bloat or thin coverage.

Completeness4/5

The set covers the primary analytics dimensions (posts, authors, tags), referrers, shares, and content search. Missing are time-series breakdowns or advanced filtering, but the core read-only analytics surface is largely complete.

Maintenance

ActivityInactive
ResponsivenessNo issues