Skip to main content
Glama

UGC VZ Creator Search

get_vocab

get_vocab
Read-only

Returns the currently valid vocabulary for search_creators: most common topics, industries and cities from active creator profiles, the definition of the human_verification levels (0 = self_reported, 1 = self_reported_with_portfolio, 2 = reserved, currently not assigned) and a note on pricing. Contains no creator or contact data. Call before a first search_creators request or when unsure about valid filter values (city, topics, human_verification_level_min). [DE] Liefert das aktuell gueltige Vokabular fuer search_creators: haeufigste Themen (topics), Branchen und Staedte aus aktiven Creator-Profilen sowie die Definition der human_verification-Stufen (0 = self_reported, 1 = self_reported_with_portfolio, 2 = reserviert, wird derzeit nicht vergeben) und einen Hinweis zur Preisgestaltung. Enthaelt keine Creator- oder Kontaktdaten. Vor einer ersten search_creators-Anfrage oder bei Unsicherheit ueber gueltige Filterwerte (city, topics, human_verification_level_min) aufrufen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already convey readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds meaningful behavioral context by stating the response 'Contains no creator or contact data' and that the vocabulary is 'currently valid', implying dynamic values. It does not contradict 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.

Conciseness3/5

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

The English portion is front-loaded and crisp, clearly stating purpose and usage in three sentences. However, the entire description is repeated in German, doubling the length and adding no new semantic information for an English-reading agent. This redundancy prevents a higher score.

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 0-parameter, read-only vocabulary tool, the description covers the returned content categories and the exact conditions for calling it. It lacks a detailed response schema, but given the simple nature of the tool and the absence of an output schema, the description is sufficiently complete for correct invocation.

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?

The tool has no parameters, so the baseline is 4. The description still adds value by identifying the filter values (city, topics, human_verification_level_min) that the vocabulary informs for search_creators, which helps the agent understand the data's purpose even though this tool itself takes no parameters.

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 states a specific verb and resource: 'Returns the currently valid vocabulary for search_creators' and enumerates the content categories (topics, industries, cities, human_verification levels, pricing note). It also differentiates itself from sibling tools by explicitly noting it 'Contains no creator or contact data', which separates it from get_creator and request_outreach.

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 provides explicit when-to-use guidance: 'Call before a first search_creators request or when unsure about valid filter values (city, topics, human_verification_level_min).' This clearly indicates the condition for invocation. It does not explicitly name alternatives, but as a 0-parameter preparatory tool, alternatives are not necessary and the tie to search_creators is sufficient.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool occupies a distinct stage of the workflow: vocabulary lookup, searching creators, viewing a profile, requesting outreach, and checking request status. There is no functional overlap or ambiguity between the five operations.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern: search_creators, get_creator, get_vocab, request_outreach, get_outreach_status. The naming convention is uniform and predictable across the entire tool set.

Tool Count5/5

Five tools is well-scoped for the stated purpose: discover UGC creators, inspect them, trigger outreach, and monitor the outcome. Each tool has a clear and necessary place in the workflow, with neither redundancy nor wasted surface area.

Completeness5/5

The tool set covers the full intended lifecycle: vocabulary guidance, search, detailed profile inspection, outreach request submission, and status polling until completion or failure. There are no obvious dead ends or missing steps for the server's stated creator-search and outreach purpose.

Resources