Skip to main content
Glama

MCP Server Local WP

wp_get_post_meta

Retrieve specific metadata values from WordPress posts using post ID and optional meta key for development and data analysis purposes.

Instructions

Get post meta data for a specific post

Input Schema

NameRequiredDescriptionDefault
meta_keyNoSpecific meta key to retrieve
post_idYesPost ID

Input Schema (JSON Schema)

{ "properties": { "meta_key": { "description": "Specific meta key to retrieve", "type": "string" }, "post_id": { "description": "Post ID", "type": "number" } }, "required": [ "post_id" ], "type": "object" }

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/verygoodplugins/mcp-local-wp'

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