Skip to main content
Glama

Server Details

Manage 230M+ influencers, track campaigns, and access real-time CIMS analytics via AI agents

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

2 tools
get_creatorA
Read-onlyIdempotent
Inspect

Retrieves a creator's profile and performance statistics including followers, average views, view rates, engagements, engagement rate, average likes, comments, shares, and saves. Looks up the creator by their social media handle and platform type. If the creator is not yet in the database but exists on a supported platform (Instagram, TikTok, YouTube), it will be discovered and saved automatically.

ParametersJSON Schema
NameRequiredDescriptionDefault
handleYesSocial media handle of the creator (e.g. @username)
platformNoPlatform filter. Required if handle is used to disambiguate between platforms.
creatorIdNoDirect lookup by creator ID
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false. The description adds valuable behavioral context beyond annotations: the automatic discovery and saving of new creators, which is a significant side effect not captured in structured fields. No contradiction with annotations exists.

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 efficiently structured in two sentences: the first states the core retrieval purpose and data returned, the second explains the lookup mechanism and automatic discovery feature. Every sentence earns its place with no wasted words.

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 read-only tool with good annotations but no output schema, the description provides solid context about what data is returned and the automatic discovery behavior. It could be more complete by mentioning response format or error conditions, but covers the essential usage scenario well.

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?

With 100% schema description coverage, the schema already documents all three parameters thoroughly. The description mentions 'handle' and 'platform type' but doesn't add meaningful semantic context beyond what's in the schema descriptions. The baseline of 3 is appropriate when the schema does the heavy lifting.

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 the tool's purpose with specific verbs ('Retrieves', 'Looks up', 'discovered and saved') and resources ('creator's profile and performance statistics'). It distinguishes from the sibling 'get_creators' by focusing on a single creator lookup with automatic discovery capabilities, not just retrieval.

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 clear context for when to use this tool: to retrieve a creator's profile and statistics by handle/platform, with automatic discovery for new creators. However, it doesn't explicitly state when NOT to use it or mention the sibling 'get_creators' as an alternative for multiple creators.

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

get_creatorsB
Read-onlyIdempotent
Inspect

Searches for social media creators by name, handle, or platform. Uses the discovery service to find creators.

ParametersJSON Schema
NameRequiredDescriptionDefault
ageNoAge range.
bioNoFree text search within creator's bio.
skipNoNumber of results to skip for pagination. Default: 0.
savesNoAverage saves filter. Plain string value.
viewsNoAverage views filter using NumberValue format. Supports operators: >=N, <=N, >N, <N, N (equals), or range MIN-MAX (e.g. '>=1000', '<50000').
activeNoActivity recency filter using NumberValue format. Value represents years (e.g. '>=1' means active within last 1 year). Supports operators: >=N, <=N, >N, <N, N (equals).
genderNoGender filter. Supports numeric values (1=female, 2=male, 3=other) or string values ('female', 'male', 'other'). Uses NumberValue format: >=, <=, >, <, = operators (e.g. '1', 'female').
growthNoGrowth filter using NumberValue format. Supports operators: >=N, <=N, >N, <N, N (equals), or range MIN-MAX.
sharesNoAverage shares filter. Plain string value.
followerNoFollower count filter using NumberValue format. Supports operators: >=N, <=N, >N, <N, N (equals), or range MIN-MAX (e.g. '>=10000', '<=100000', '>5000').
hashtagsNoHashtags to filter by. Plain string values without # prefix. Combined total of mentions + hashtags cannot exceed 20.
keywordsNoContent/Caption keywords to filter by. Plain string values (3+ chars). Words starting with @ or # are excluded.
languageNoLanguage codes to filter by. Plain string values (e.g. 'en', 'sv').
mentionsNoMentioned accounts to filter by. Plain string values without @ prefix. Combined total of mentions + hashtags cannot exceed 20.
viewRateNoView rate (views/followers) filter using NumberValue format. Supports operators: >=N, <=N, >N, <N, N (equals), or range MIN-MAX (e.g. '>=0.05', '<0.50').
lookalikeNoLookalike profile names to filter by. Plain string values.
sortFieldNoSort field .
engagementNoEngagement count filter using NumberValue format. Supports operators: >=N, <=N, >N, <N, N (equals), or range MIN-MAX (e.g. '>=500', '<10000').
lastPostedNoMaximum number of days since last post. Must be >= 30 (e.g. '30', '90', '365').
audienceAgeNoAudience age filter. Supports GenderValue format: 'MM-MM gender OP value%' (e.g. '18-34 female>50%', '25-44 male>=30'), or StringValue format with weight: 'MM-MM>P%' (e.g. '13-64>0.01', '18-24>20%<80%').
withContactNoFilter by contact availability (WithContactType enum). Repeat query parameter to pass multiple values.
identityTypeNoPlatform. Repeat query parameter to pass multiple values.
partnershipsNoHas sponsored posts with at least one of these brands. Plain string values.
audienceBrandNoAudience brand affinity filter using StringValue format. Supports weight thresholds: 'VALUE', 'VALUE>P%', 'VALUE<P%', 'VALUE>P%<P%'. Percentages are converted to decimals.
sortDirectionNoSort direction. Default: 'desc'.
audienceGenderNoAudience gender filter using StringValue format. Supports weight thresholds: 'VALUE', 'VALUE>P%', 'VALUE<P%', 'VALUE>P%<P%' (e.g. 'female>60%', 'male>40%<90%'). Percentages are converted to decimals.
engagementRateNoEngagement rate filter using NumberValue format. Supports operators: >=N, <=N, >N, <N, N (equals), or range MIN-MAX (e.g. '>=0.03', '<0.10').
followersGrowthNoFollowers growth rate filter. Plain string value.
profileLocationNoProfile location filter using GeoLocationValue format: '(City,Country)' or '(City,Country)OP value' (e.g. '(,SE)', '(,AO)', '(Stockholm,SE)>=0.1'). Repeat query parameter to pass multiple values.
audienceLanguageNoAudience language filter using StringValue format. Supports weight thresholds: 'VALUE', 'VALUE>P%', 'VALUE<P%', 'VALUE>P%<P%' (e.g. 'en>50%'). Percentages are converted to decimals.
audienceLocationNoAudience location filter using GeoLocationValue format: '(City,Country)OP value' (e.g. '(,AS)>0.5', '(,AD)>0.5', '(Copenhagen,DK)>=0.1'). Repeat query parameter to pass multiple values.
audienceLookalikeNoAudience lookalike filter using StringValue format. Supports weight thresholds: 'VALUE', 'VALUE>P%', 'VALUE<P%', 'VALUE>P%<P%'. Percentages are converted to decimals.
audienceRelevanceNoAudience relevance filter using StringValue format. Supports weight thresholds: 'VALUE', 'VALUE>P%', 'VALUE<P%', 'VALUE>P%<P%'. Percentages are converted to decimals.
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds minimal behavioral context: 'Uses the discovery service to find creators' implies it's a search operation, but doesn't disclose rate limits, pagination details (beyond the 'skip' parameter), or response format. With annotations doing heavy lifting, the description adds some value but lacks rich behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is two concise sentences that state the core functionality and service used. It's front-loaded with the main purpose and avoids unnecessary details. However, it could be slightly more structured by explicitly mentioning filtering capabilities or sibling differentiation.

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

Completeness3/5

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

Given the tool's complexity (33 parameters, no output schema) and rich annotations, the description is minimally adequate. It covers the basic purpose but lacks details on output format, pagination behavior, or error handling. With annotations providing safety and idempotency, the description meets a baseline but doesn't fully compensate for the missing output schema.

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 description coverage is 100%, so the schema fully documents all 33 parameters. The description mentions search criteria ('by name, handle, or platform'), which aligns with some parameters but doesn't add meaningful semantics beyond what the schema provides. Baseline 3 is appropriate when schema coverage is high.

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's purpose: 'Searches for social media creators by name, handle, or platform.' It specifies the verb ('searches'), resource ('social media creators'), and search criteria. However, it doesn't explicitly differentiate from its sibling tool 'get_creator' (which likely retrieves a single creator), so it misses full sibling distinction.

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 mentions 'Uses the discovery service to find creators,' which hints at context but doesn't specify when to choose this over 'get_creator' or other search methods. No explicit when/when-not statements or prerequisites are included.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources