Skip to main content
Glama

v1 / Profile Details

get_v1_profile_details

v1 / Profile Details Group: v1 Endpoint (Old Sora App). Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoAllowed User ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description must disclose behavioral context, and it only adds billing cost and legacy grouping. It does not disclose whether this is read-only, whether authentication is needed, what data it returns, or any limits/errors—leaving a significant behavioral ambiguity.

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 compact and front-loaded, with no unnecessary prose. The only minor issue is that the opening phrase essentially repeats the tool name and title, but overall the content is efficiently organized.

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

Completeness2/5

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

With no output schema and no annotations, the description leaves important gaps about what 'Profile Details' actually contains and what the user_id parameter is used for in practice. The billing/cost note is useful, but the description is too sparse to function as a standalone usage guide.

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?

The input schema covers the single parameter 'user_id' with a description ('Allowed User ID'), so schema coverage is 100%. The description adds no extra parameter semantics, which is acceptable at the baseline since the schema already handles the one parameter.

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 mostly a restatement of the name: 'v1 / Profile Details' and 'Group: v1 Endpoint' do not clearly state an action like retrieves, lists, or returns. It adds context about the old Sora app and billing but does not distinguish the tool's core function beyond what the name already implies.

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_v2_profile_details or get_v1_post_details. The description only mentions it is the v1/old Sora endpoint and states the billing cost, which implies legacy usage but does not explicitly state when to choose this tool.

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