get_my_profile
The signed-in account holder's own 21-framework profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
The signed-in account holder's own 21-framework profile.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It adds useful context by indicating the profile belongs to the signed-in account holder, but it does not explicitly state that this is a read-only operation or describe authentication, errors, or response characteristics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence with no filler. It is somewhat sparse and noun-phrase-like rather than action-oriented, but it communicates the core distinction efficiently.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity of a zero-parameter self-profile getter, the description is mostly sufficient to guide selection. However, the absence of an output schema and any mention of return format, potential absence of a profile, or error behavior leaves a noticeable gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema is complete, so the description does not need to add parameter semantics. The baseline of 4 applies because no parameter documentation is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource as the signed-in account holder's own 21-framework profile, which distinguishes it from siblings like get_profile and list_profiles. However, it uses a noun phrase rather than an explicit verb like 'retrieves' or 'returns', so it falls just short of a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'signed-in account holder's own' implies this tool is for accessing the caller's own profile rather than others, so usage context is implied. There is no explicit guidance on when to choose this over get_profile/list_profiles or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.