Skip to main content
Glama

Erick Wendel Contributions MCP

by ErickWendel

get_posts

Retrieve and filter Erick Wendel's talks, blog posts, and videos by ID, title, language, or portal, with pagination support for efficient results management.

Instructions

Get a list of posts with optional filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
idNoFilter posts by ID
languageNoFilter posts by language
limitNoMaximum number of posts to return
portalNoFilter posts by portal
skipNoNumber of posts to skip
titleNoFilter posts by title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Filter posts by ID", "type": "string" }, "language": { "description": "Filter posts by language", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of posts to return", "type": "number" }, "portal": { "description": "Filter posts by portal", "type": "string" }, "skip": { "default": 0, "description": "Number of posts to skip", "type": "number" }, "title": { "description": "Filter posts by title", "type": "string" } }, "type": "object" }

Other Tools from Erick Wendel Contributions MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErickWendel/erickwendel-contributions-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server