Skip to main content
Glama

wordpress_create_role

Create custom user roles in WordPress to define specific permissions and access levels for different types of users on your website.

Instructions

Create a custom user role

Input Schema

NameRequiredDescriptionDefault
roleYes
displayNameYes

Input Schema (JSON Schema)

{ "properties": { "displayName": { "type": "string" }, "role": { "type": "string" } }, "required": [ "role", "displayName" ], "type": "object" }

Other Tools from WordPress MCP Server

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/RaheesAhmed/wordpress-mcp-server'

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