Skip to main content
Glama

Get influencer

get_influencer
Read-only

Fetch one influencer profile by id (persona, visual identity, voice, status, metadata). Call list_influencers first to get the id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
influencerIdYesInfluencer id from list_influencers

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is covered. The description adds the shape of the returned profile (persona, visual identity, voice, status, metadata), which is useful since there is no output schema, but it discloses no further behavioral traits such as error conditions or permissions.

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?

Two short sentences, front-loaded with the action and resource, followed by the routing prerequisite. No filler and nothing redundant.

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?

For a single-parameter read-only getter, this is complete: annotations cover safety, the schema covers the id, and the description covers the returned fields in lieu of an output schema and points to the discovery tool.

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% and the single influencerId parameter is already documented in the schema as coming from list_influencers. The description's 'by id' and provenance note therefore add no meaning beyond what the schema provides, so the baseline of 3 applies.

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?

States a specific verb (fetch) and resource (one influencer profile by id) and enumerates the profile contents (persona, visual identity, voice, status, metadata). This clearly separates it from sibling list_influencers, which returns collections rather than a single profile.

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 the prerequisite workflow and the alternative source of the id: 'Call list_influencers first to get the id.' An agent knows both when this tool applies and where to obtain the required input without opening another schema.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources