Skip to main content
Glama

v2 / Profile Cameos

get_v2_profile_cameos

v2 / Profile Cameos Group: v2 / Profile. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResult limit
cursorNoYou can get subsequent results by entering the `cursor` value taken from the first response.
user_idNoUser ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.4/5.0
Behavior1/5

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

There are no annotations, so the description must carry the full burden of behavioral disclosure. It only mentions billing and grouping, but does not disclose what data is returned, whether the operation is read-only, pagination behavior, or any side effects. This is transparent about nothing except cost.

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

Conciseness2/5

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

The description is short but under-specified; this is not effective conciseness because it omits the core purpose. It front-loads irrelevant administrative details (group and billing) rather than any functional explanation. The content is too sparse to be considered well-structured.

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

Completeness1/5

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

With no annotations, no output schema, and only a three-word title-like description, the tool is completely underdocumented. An agent cannot understand what 'cameos' means, what the response will contain, or how to use the parameters effectively. The description is inadequate even for a simple read 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%, so the input schema already provides baseline meaning for all three parameters: limit, cursor, and user_id. The tool description adds no parameter-level meaning beyond this, and the schema descriptions are minimal but adequate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is 'v2 / Profile Cameos Group: v2 / Profile. Billing per call: 1 Credits.' It contains no verb or resource/action statement, merely restating the title and group. It does not say what 'cameos' are, what the tool does, or how it differs from sibling profile tools like get_v2_profile_feed or get_v2_profile_details.

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

Usage Guidelines1/5

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

No guidance is given about when to use this tool instead of any sibling tool. There is no stated context, prerequisites, or alternatives, leaving the agent with no basis for selection among the many get_v2_profile_* tools.

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