Skip to main content
Glama
patrickdeanfox

Zuar Portal Blocks MCP Server

Naming convention (suggest / parse)

naming
Read-only

Generate consistent display names, slugs, and facet tags for Zuar Portal content using a parts-based naming convention, or parse and grade existing names for conformance.

Instructions

The SCOPE · Kind Subject naming convention as a pure function. action=suggest generates a conforming display name, stable slug and facet tags from parts (kind required; scope accepts a code or facet tag: HC=healthcare, FIN=financial, SC=supply-chain, RT=retail, IOT=iot, CRM=crm, MKT=marketing, EXEC=executive, SYS=system, DW=data-warehouse, TMP=scratch; kind is one of: kpi, chart, table, filter, hero, navigation, map, text, page, partial, query, datasource, theme — resource kinds like datasource/query/page omit the kind word from the display name). action=parse decomposes an existing display name (name required) and grades conformance. Prefer suggest over hand-naming so names — and the slugs/tags derived from them — stay consistent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNosuggest (required): content kind — kpi, chart, table, filter, hero, navigation, map, text, page, query, datasource, theme…
nameNoparse: the display name to decompose, e.g. 'HC · KPI Band'.
scopeNosuggest: scope code (e.g. HC, DW) or facet tag (e.g. healthcare).
actionYessuggest = build a name from parts; parse = decompose/grade a name.
sourceNosuggest: data-asset source facet for datasources/queries — sample, live, telemetry, curated, or reference. Adds a '— <Source>' marker + tag; omit to leave a name unmarked (the 'live' default).
subjectNosuggest: human subject phrase, e.g. 'Revenue by Department'.
qualifierNosuggest: optional variant/grain, e.g. 'YTD' or 'by-region'.
Behavior4/5

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

Annotations declare readOnlyHint as true, and the description reinforces this by calling it a 'pure function', implying no side effects. It adds behavioral detail about how display names omit kind words for certain resource types, which goes beyond the annotations.

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

Conciseness4/5

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

The description is two sentences but packs substantial detail. It is front-loaded with the naming convention and action dispatch. While slightly long, each part earns its place.

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

Completeness3/5

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

The description covers input semantics well but lacks detail on the output format (e.g., slug, tags, grade) and error conditions. Given the lack of an output schema, the description could be more complete about return values.

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

Parameters4/5

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

Although parameter schema coverage is 100%, the description adds significant meaning by explaining scope codes (e.g., HC=healthcare), kind values, and the source facet. It clarifies how parameters interact (e.g., 'omit the kind word for certain resources'), which is beyond the schema alone.

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?

The description clearly defines the tool as a pure function for a naming convention with two specific actions: suggest (generates names) and parse (decomposes names). It distinguishes itself from sibling tools by being a dedicated naming utility, not a general-purpose tool.

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 explicitly states when to use each action (suggest vs. parse) and advises preferring suggest over hand-naming. However, it does not provide explicit exclusions or when-not-to-use scenarios.

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/patrickdeanfox/zuar-portal-mcp'

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