Skip to main content
Glama
ezequiel-da-silva

erickwendel-contributions-mcp

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_talksA

Get a list of talks with optional filtering and pagination.

get_postsB

Get a list of posts with optional filtering and pagination.

get_videosA

Get a list of videos with optional filtering and pagination.

check_statusA

Check if the API is alive and responding.

Prompts

Interactive templates invoked by user choice

NameDescription
find-contentGenerate a query to find specific content from Erick Wendel's contributions
summarize-activityGenerate a summary of Erick Wendel's content activity

Resources

Contextual data attached and managed by the client

NameDescription
aboutInformation about Erick Wendel and this MCP server
statisticsOverall statistics about available content

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct content type (talks, posts, videos) or a health check, with no overlap in purpose. Agents can easily choose the right tool based on the resource they need.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern: get_talks, get_posts, get_videos, and check_status. The use of 'get' for content retrieval and 'check' for status is consistent and predictable.

Tool Count5/5

Four tools is well-scoped for a contributions server that retrieves talks, posts, videos, and API status. Each tool earns its place without redundancy or excess.

Completeness4/5

The server covers the main content types (talks, posts, videos) with list retrieval and filtering, plus a health check. A minor gap is the lack of single-item retrieval, but filtering likely covers that need.

Maintenance

ActivitySlowing
ResponsivenessNo issues