Skip to main content
Glama
Influencers-Club

Influencers Club MCP Server

Official

enrich_by_handle_raw

Read-only

Fetch basic creator enrichment data for a single handle or URL. Supports LinkedIn and costs 0.03 credits; use batch for bulk requests.

Instructions

Enrich ONE creator by handle (basic). Costs 0.03 credits. Supports linkedin. For bulk (more than ~10 handles), use create_batch_enrichment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesCreator's username, profile URL, or YouTube channel ID
platformYesPlatform to look up

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior. The description adds value by disclosing the cost per call and the supported platform, which are not in annotations. No contradictions. It does not mention rate limits or data scope, but annotations cover the safety profile.

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 concise: three short sentences covering purpose, cost, platform, and bulk alternative. No filler, and the key information is front-loaded.

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

Completeness5/5

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

Given that an output schema exists and annotations cover read-only behavior, the description provides sufficient context: single-creator scope, cost, and when to switch to batch. It is complete for an agent to select and invoke the tool correctly.

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 coverage is 100% with clear descriptions for handle and platform. The description adds no extra param-level details beyond noting LinkedIn support, which is already implied by the platform parameter. Baseline 3 is appropriate as the schema does the heavy lifting.

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 the tool enriches one creator by handle, with 'basic' and 'raw' implying a simpler variant. It distinguishes from bulk enrichment but does not explicitly differentiate from the sibling 'enrich_by_handle', which may confuse agents about when to choose one over the other.

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

Usage Guidelines5/5

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

Explicitly tells the agent to use create_batch_enrichment for bulk (>10 handles), provides the cost (0.03 credits), and indicates platform support (LinkedIn). This gives clear when-to-use and when-not-to-use guidance with a named alternative.

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/Influencers-Club/influencers-club-mcp'

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