Weather & WordPress MCP Server

get-posts-by-category

Retrieve posts from a specific category on hafiz.blog using the category slug. Simplify WordPress post management for focused content access.

Instructions

Get posts from a specific category on hafiz.blog (WordPress.com)

Input Schema

NameRequiredDescriptionDefault
categorySlugYesSlug of the category (e.g., 'technology', 'life')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categorySlug": { "description": "Slug of the category (e.g., 'technology', 'life')", "type": "string" } }, "required": [ "categorySlug" ], "type": "object" }

You must be authenticated.

Other Tools from Weather & WordPress MCP Server

Related Tools

    ID: cdf6bqmm1d