erickwendel-contributions-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
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| find-content | Generate a query to find specific content from Erick Wendel's contributions |
| summarize-activity | Generate a summary of Erick Wendel's content activity |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | Information about Erick Wendel and this MCP server |
| statistics | Overall statistics about available content |
TDQS
Scored across 4 tools
Each tool targets a distinct resource or action: check_status is for API health, while get_posts, get_talks, and get_videos retrieve different content types. No overlap.
All tool names follow a consistent verb_noun pattern using underscores (check_status, get_posts, get_talks, get_videos), making them predictable.
With 4 tools, the set is well-scoped for a contributions-focused MCP, covering essential retrieval operations without being too sparse or bloated.
The tool surface provides read operations for all contribution types and a health check, but lacks write or update operations, which may be acceptable for a read-only server but leaves minor gaps.