Skip to main content
Glama
tommysdaniel

InfluIQ MCP Server

by tommysdaniel

Discover Influencers

influiq_discover_influencers
Read-onlyIdempotent

Search for influencers on YouTube or Instagram by filtering platform, categories, follower count, engagement tier, language, country, and more. Returns profile metrics.

Instructions

Search the InfluIQ discovery database for influencers matching specific criteria.

Filter by platform, categories, follower count, engagement tier, language, country, and more. Free plans see up to 3 results; paid plans get full access.

Args:

  • platform: "youtube" or "instagram" (optional)

  • categories: Array of category slugs (e.g. ["tech", "gaming", "beauty"])

  • follower_min / follower_max: Follower count range

  • engagement_tier: "high" (>5%), "medium" (1-5%), or "low" (<1%)

  • language / country: Filter by language or country

  • is_verified: Only verified accounts

  • has_sponsorships: Only influencers with sponsorship history

  • is_recently_active: Only posted in last 30 days

  • q: Text search (name, handle, bio)

  • sort_by: "followerCount", "engagementRate", "qualityScore", or "lastPostedAt"

  • page / limit: Pagination

Returns: List of influencer profiles with metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoFilter by platform
categoriesNoCategory slugs: tech, gaming, beauty, fashion, food, travel, fitness, education, entertainment, business, lifestyle, sports, science, art, automotive
follower_minNoMinimum follower count
follower_maxNoMaximum follower count
engagement_tierNoEngagement tier filter
languageNoLanguage filter
countryNoCountry filter
is_verifiedNoOnly verified accounts
has_sponsorshipsNoOnly with sponsorship history
is_recently_activeNoOnly active in last 30 days
qNoText search query
sort_byNoSort field
sort_orderNoSort directionDESC
pageNoPage number
limitNoResults per page
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, openWorldHint. The description adds valuable behavioral context: 'Free plans see up to 3 results; paid plans get full access.' This plan limitation is not in structured fields and helps the agent understand constraints.

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 and well-structured: a clear purpose sentence, a plan limitation note, then a bulleted list of parameters. Every sentence adds value, and the most important information (search + filters) is front-loaded.

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?

Given 15 parameters with full schema coverage and no output schema, the description explains all parameters and adds plan context. However, the return value ('List of influencer profiles with metrics') is vague; more detail on output fields would improve completeness. Still, it is sufficient for most use cases.

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?

Schema coverage is 100%, but the description adds meaning beyond the schema by providing examples (e.g., categories: ['tech', 'gaming']), explicit thresholds for engagement_tier (e.g., 'high' >5%), and clarification of sort_by options. This helps the agent select appropriate values.

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 explicitly states the tool searches the InfluIQ discovery database for influencers matching criteria, with specific verb 'search' and resource 'influencers'. It lists many filters, distinguishing it from sibling tools like get_discovery_profile (single profile) or get_discovery_filters (available filters).

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions or suggest when not to use it. For example, it does not direct users to get_discovery_profile for a specific influencer.

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/tommysdaniel/influiq-mcp-server'

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