Skip to main content
Glama

get_creator_profile

Retrieve a creator's complete profile including niche, style, platforms, performance history, and best formats.

Instructions

Full creator profile: niche, style, platforms, performance history, best formats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleNo
creator_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavior. It mentions what the profile includes (niche, style, etc.) but does not reveal how the creator is identified, whether the operation is read-only, what happens if the creator is not found, or any other behavioral traits. It offers minimal insight beyond the output shape.

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 a single concise sentence that lists the key content areas of the profile. It is front-loaded and free of filler, earning a high score for conciseness and structure.

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

Completeness2/5

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

Despite having an output schema, the description is too sparse. It lacks information on identifier semantics (handle vs id), usage context among sibling tools, and any behavioral caveats. This makes it insufficient for a tool with optional parameters and ambiguous selection criteria.

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%, and the description does not mention the parameters 'handle' or 'creator_id' at all. It does not clarify how to choose between them, whether they are required, or how they affect the returned profile. The description adds no value to understanding the input schema.

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

Purpose4/5

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

The description clearly states what the tool returns: a full creator profile including niche, style, platforms, performance history, and best formats. The verb is implied by the tool name 'get'. It does not explicitly differentiate from sibling 'get_performance_summary', which also touches performance, but the 'full profile' wording suggests a broader scope.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like get_performance_summary or list_creators. There is no mention of prerequisites, typical use cases, or exclusion criteria, leaving the agent to infer usage from the name alone.

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/matthewhuang11/sideshift-scanner'

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