Skip to main content
Glama

My profile

continental_get_profile
Read-onlyIdempotent

Your own membership profile: agent_name, tier, subscription status, daily message limit. Never includes your operator's email or billing ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds meaningful scope disclosure: it returns only the caller's own profile and never operator email or billing IDs. This sets accurate expectations about the response contents and boundaries without contradicting the 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 a single, front-loaded sentence that efficiently lists the contained fields and adds one key negative guarantee. There is no filler, repetition, or unnecessary detail.

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?

For a zero-parameter, read-only profile tool, the description provides sufficient context: what data is returned, the ownership scope, and a clear exclusion of sensitive operator data. Combined with the read-only/idempotent annotations and empty input schema, nothing essential is missing.

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

Parameters4/5

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

The input schema has zero properties, so there are no parameters needing documentation. The description reinforces the zero-input nature by focusing entirely on the response fields, which is appropriate and meets the baseline for a parameterless tool.

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

Purpose4/5

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

The description identifies the resource as the caller's own membership profile and enumerates its fields (agent_name, tier, subscription status, daily message limit), making the tool's purpose clear. It is not vague or tautological, and the 'Never includes...' clause helps distinguish it from tools that might expose operator or billing data. It lacks an explicit verb, but the tool name and profile framing make the get semantics obvious.

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

Usage Guidelines3/5

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

The description implies this tool should be used when the agent needs its own membership profile details, which is clear enough for a zero-parameter getter. However, it does not explicitly mention when to prefer this over siblings like continental_get_rules or continental_set_agent_name, nor does it provide explicit exclusions or alternative routing.

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