Skip to main content
Glama

create_tag

Create a new tag in SimpleLocalize to organize and filter translation keys. Provide a unique name and hex color (e.g., 6e56ce).

Instructions

This tool will create a new tag in your SimpleLocalize project.

  • Provide a unique 'name' and a 'color' in hex format (e.g. 6e56ce).

  • Tags help organize and filter translation keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTag name. Must be unique within the project.
colorYesTag color in hex format (e.g. 6e56ce).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate this is a mutating, non-destructive operation with open-world semantics. The description adds the requirement for a unique name and hex color, but largely restates the schema and does not disclose duplicate-handling behavior, persistence, or side effects beyond creation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief, front-loaded with the core action, and uses bullet-style guidance with no filler. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter create operation with complete schema coverage and informative annotations, the description covers the essential details. It does not explain error responses or duplicate-name behavior, but these are not critical for an agent to invoke the tool successfully with the required inputs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters with meaningful descriptions. The description echoes the uniqueness and hex-format requirements but adds no new parameter semantics beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource: 'create a new tag in your SimpleLocalize project.' This clearly distinguishes the tool from siblings like get_tags, update_tag, and delete_tag, so an agent can tell them apart without inspecting schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes the primary use case clear: creating a new tag and providing a unique name and color. It does not explicitly contrast with update_tag/delete_tag or state when not to use the tool, but the context is unambiguous and no exclusions are needed for this simple CRUD operation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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