Skip to main content
Glama

claim_profile

Claim a profile as the key owner (needs a key). Proven when the key owner’s email is one the profile lists, or when the person’s site or show page links back to the profile’s nichedb page. An admin may claim on behalf of an email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesProfile id, slug-id or handle
emailNoAdmins only: claim it for this email

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose a real behavioral constraint (a key is required) and the verification criteria for success, plus an admin-only escalation path. It omits what happens on failure, whether the claim is reversible, and any conflict/rate-limit behavior for a mutation.

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?

Three tight sentences, front-loaded with the action, then the admissibility rules. No filler. Slightly dense jargon but nothing dead weight.

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

Completeness3/5

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

For a mutation with no annotations and no output schema, the description covers the success criteria and auth requirement reasonably well. It still leaves return/failure semantics and reversibility unstated, so it is adequate but not complete.

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%, so both params are already documented (ref = id/slug/handle, email = admins only). The description adds only that the key is needed and that admins may claim on behalf of an email, which largely restates the schema. Baseline 3 applies when the schema does the work.

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?

States a specific verb+resource ("Claim a profile") with an inline constraint about the key. It is clearly distinguishable from get_profile and update_profile. It stops short of a 5 only because the phrase "as the key owner" is domain jargon an agent must infer.

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 explains the conditions under which a claim is valid (matching email, backlink from the person's site/show page, or admin on-behalf-of), which is useful context. However it never says when an agent should invoke this versus update_profile or search_profiles, nor any prerequisites or failure 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.