Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

createTagGroup

Create tag groups to organize content in Brilliant Directories websites, enabling structured categorization for members, posts, and directory listings.

Instructions

Create a tag group

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_tag_nameYes
added_byYes
updated_byYes
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Create' implies a write operation, but the description doesn't mention permissions required, whether the creation is idempotent, what happens on conflicts, or what the response looks like. For a mutation tool with zero annotation coverage, this is a significant gap in transparency.

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 extremely concise with just three words, but this is more under-specification than effective brevity. However, it's front-loaded with the core action and contains no redundant information, so it technically meets the criteria for conciseness despite being inadequate in content.

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

Completeness1/5

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

For a mutation tool with 3 undocumented parameters, no annotations, and no output schema, the description is completely inadequate. It doesn't explain what the tool does beyond the name, provides no parameter guidance, and offers no behavioral context. The agent would struggle to use this tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, meaning none of the three required parameters (group_tag_name, added_by, updated_by) are documented in the schema. The description provides no information about these parameters—what they represent, their formats, or examples. This leaves the agent guessing about parameter meanings and usage.

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

Purpose2/5

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

The description 'Create a tag group' is a tautology that merely restates the tool name without adding specificity. It doesn't explain what a 'tag group' is, what it's used for, or how it differs from similar tools like 'createTag' or 'createTagType' in the sibling list. While the verb 'create' is clear, the resource 'tag group' remains undefined.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'createTag', 'createTagType', and 'createTagRelationship', there's no indication of how this tool differs or when it's appropriate. No prerequisites, constraints, or use-case scenarios are mentioned.

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

Install Server

Other Tools

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/brilliantdirectories/brilliant-directories-mcp'

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