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 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.
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.
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.
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.