Skip to main content
Glama

fc_create_term

Create new terms and tags for organizing content in the FluentCommunity WordPress plugin. Define term title, slug, and description to categorize community posts, spaces, and discussions.

Instructions

Create a new term/tag

Input Schema

NameRequiredDescriptionDefault
titleYesTerm title
slugNoTerm slug
descriptionNoTerm description

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Term description", "type": "string" }, "slug": { "description": "Term slug", "type": "string" }, "title": { "description": "Term title", "type": "string" } }, "required": [ "title" ], "type": "object" }

Latest Blog Posts

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/wplaunchify/fluent-community-mcp'

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