Skip to main content
Glama
Influencers-Club

Influencers Club MCP Server

Official

discover_creators_to_file

Export creator search results to a CSV file, automatically fetching multiple pages. Returns the file path and summary stats for easy use.

Instructions

Search creators and save results directly to a CSV file on disk. Fetches multiple pages automatically (up to 10 pages / 500 creators). Returns the file path and summary stats instead of raw data. Costs 0.01 credits per creator returned. Use this when the user wants to save, export, or download a list of creators.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesNoNumber of pages to fetch (1-10, 50 creators per page)
filtersNoStructured filters (same schema as discover_creators)
sort_byNoSort field: relevancy, engagement_rate, number_of_followers, growth_rate. Can be combined with ai_searchrelevancy
filenameNoOptional custom filename (without extension). Defaults to auto-generated.
platformYesSocial media platform to search
ai_searchNoAI-powered semantic search (3-150 chars). Can be combined with any sort_by.
sort_orderNoSort direction: asc or desc (relevancy only supports desc)desc

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description discloses several behaviors not covered by annotations: automatic pagination up to 10 pages/500 creators, return of file path and summary stats instead of raw data, and credit cost of 0.01 per creator. These provide useful decision-making context beyond the annotations, which only set readOnlyHint=false, openWorldHint=true, destructiveHint=false.

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 four sentences, each serving a purpose: main action, pagination detail, return format, cost, and usage context. It is front-loaded with the action and free of repetition.

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?

The description covers the key aspects for a file-export tool: action, file format, pagination limits, return format, cost, and when to use. It doesn't mention prerequisites like setup_export_path, but given the existing annotations and output schema, the description is largely complete for agent decision-making.

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?

The input schema has 100% description coverage, with each parameter already documented (e.g., pages range, filters structure, sort options). The tool description adds no additional parameter-level meaning, so baseline score 3 is appropriate.

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 states a specific verb+resource: 'Search creators and save results directly to a CSV file on disk.' It clearly distinguishes from sibling tools by noting it returns file path and summary stats 'instead of raw data' and by specifying 'when the user wants to save, export, or download a list of creators.'

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 a clear use case: 'Use this when the user wants to save, export, or download a list of creators.' It also implies that raw data is not returned, suggesting alternative usage when raw data is needed, but does not explicitly name sibling tools or provide when-not-to-use conditions, so a 4.

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