Skip to main content
Glama

Show the connected cart

whoami
Read-onlyIdempotent

Fetch the owner email and account details to confirm a ThriveCart API key works and points to the intended cart before reporting money against it.

Instructions

Fetch the ThriveCart account this key belongs to, including the owner email and account details. Use it to confirm a configured name actually points at the cart you think it does before reporting money against it, and to check a key still works.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoWhich configured ThriveCart account to use, by name (for example 'navid-media'). Defaults to the first configured account. Call list_accounts to see them. Figures from one cart never include another.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well covered. The description adds meaningful behavioral context by explaining the tool is a diagnostic identity check bound to the API key, and that it returns owner email plus account details. It stops short of describing exact response structure or error behavior, but that is minor given the simple scope and strong annotations.

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?

The description is two compact sentences with no filler. The first sentence states the action and returned data; the second gives concrete use cases. All information is front-loaded and relevant.

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?

This is a simple read-only identity tool with one optional parameter, thorough schema documentation, and safety hints supplied by annotations. The description explains what it returns and why to call it, so an agent has everything needed to invoke it correctly.

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 optional 'account' parameter already has a thorough description including default behavior, an example value, and a pointer to list_accounts. The tool description does not add parameter-level detail beyond the schema, so the baseline score of 3 is appropriate.

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?

The description names a specific verb ('Fetch') and resource ('the ThriveCart account this key belongs to'), so an agent immediately knows the tool returns identity/account context for the configured key. It also clearly differentiates from sibling listing tools like list_accounts and list_products by tying the result to the active key and using 'whoami' semantics.

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?

The description explicitly states when to use the tool: confirm a configured account name points at the intended cart before reporting money, and verify a key still works. This gives clear operational context without needing an alternative tool, since whoami is the natural identity-check tool.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/navidmoazzez/thrivecart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server