PelaPela MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pela_translate_tuningA | Return translation tuning instructions (naturalness, tone, script) for a given language pair. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| pela_translate_tuning | Model response tuning for translation work: naturalness, tone, and script guidance for a given language pair. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusing it with another tool. The tool's purpose is clearly described, and there are no overlapping tools to cause misselection.
The single tool name follows a clear descriptive pattern (prefix + action + object). There is no inconsistency because there is only one tool, so the naming is trivially consistent.
The server contains exactly one tool, which feels thin for an MCP server but is borderline appropriate given the narrow scope of returning translation tuning instructions. A count of 1 is at the lower end of the acceptable range.
For the stated purpose of providing translation tuning instructions, the tool covers the core need. However, there is no way to discover supported language pairs or obtain batch instructions, which is a minor gap that agents can work around with external knowledge.