Skip to main content
Glama

User profile

get_v1_1_user_profile

User profile Group: Users. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoUser ID
artistLimitNo
playlistLimitNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

D1.8/5.0
Behavior2/5

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

There are no annotations, so the description carries full responsibility for behavioral disclosure. It only reveals that billing costs 1 credit and that it belongs to the Users group. It does not disclose whether authentication is required, what data is returned, whether the operation is read-only, or any rate limit behavior.

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 text is very short, which is fine, but it is under-specified rather than concise. It consists of three fragments that add little beyond the title and name. The billing line may be useful but does not substitute for missing semantic content.

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 output schema, no annotations, and sparse parameter documentation, the description needed to explain what a user profile contains and how the optional limits affect results. It provides none of this, leaving the agent unable to predict the tool's behavior or return structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33% (only 'id' has a description), and the description adds no information about the parameters at all. With three optional parameters, two of which are completely unexplained in the schema, the description was expected to compensate but instead says nothing about them.

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

Purpose2/5

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

The description is essentially a noun phrase 'User profile' that restates the title. It does not provide a specific verb or explicitly state that this tool retrieves a user profile; the verb is only inferable from the tool name. It also does not differentiate itself from the many sibling get_* tools.

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?

No guidance is provided about when to use this tool versus alternatives such as get_v1_1_user_followers or other user-related endpoints. The only context is 'Group: Users' and billing information, neither of which helps the agent decide when this tool is appropriate.

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.

TDQS

D1.7/5.0
Disambiguation2/5

Many tools have overlapping or unclear distinctions, such as multiple album/artist/track variations (v1 vs v2, metadata vs details, overview vs discography). The minimal descriptions do little to clarify when to use one over another, especially for similar artist endpoints.

Naming Consistency3/5

All tools share a 'get_' prefix and a version segment (v1_1 or v2), but the remainder mixes snake_case and camelCase (e.g., detailsAndTracks vs details_and_items) and varies in hierarchical depth (e.g., album_metadata vs album_tracks). The pattern is not fully uniform.

Tool Count2/5

With 37 tools, the server is heavily over-populated for a typical MCP tool set. Many endpoints are hyper-granular (e.g., artist discovered_on vs featuring vs appears_on), which exceeds a comfortable coherence range.

Completeness2/5

The set is entirely read-only (all GET), lacking any mutation or playback controls. Within reads, it covers many album, artist, and track endpoints, but misses common features like user playlists, saved tracks, or search for playlists, leaving obvious gaps for a Spotify integration.

Resources