Skip to main content
Glama

POEditor MCP Server

by ryan-shaw

list_terms

Retrieve project terms and their translations from POEditor to manage multilingual content and track translation progress for specific languages.

Instructions

List project terms (optionally include translations for a language).

Input Schema

NameRequiredDescriptionDefault
languageNo
pageNo
per_pageNo
project_idNo

Input Schema (JSON Schema)

{ "properties": { "language": { "type": "string" }, "page": { "exclusiveMinimum": 0, "type": "integer" }, "per_page": { "default": 100, "exclusiveMinimum": 0, "maximum": 500, "type": "integer" }, "project_id": { "exclusiveMinimum": 0, "type": "integer" } }, "type": "object" }

Other Tools from POEditor 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/ryan-shaw/poeditor-mcp'

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