Skip to main content
Glama

Link My QuantifyMe Account

link_account
Read-only

Link this chat to the user's existing QuantifyMe account.

Call this when the user says they already have a QuantifyMe account, or
asks why their models are missing / where a model went, or wants what they
deploy here to show up in their own dashboard.

By default this connector works with NO signup: it mints an anonymous trial
account per chat, so models deployed here belong to that throwaway identity
rather than to the user's real one. This returns a short-lived URL; once the
user opens it and approves, every later call in THIS chat acts as their
account and deploys land in their own model list.

Give the user the `link_url` to open. Nothing else is required from them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, openWorldHint=true, idempotentHint=false. The description adds valuable context: the tool returns a short-lived URL for the user to approve, and by default works with an anonymous trial account. This clarifies the behavioral flow beyond 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 well-structured and concise. The first sentence states the core purpose, followed by specific usage scenarios and behavioral details. Every sentence adds value, with no redundancy or filler.

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

Completeness4/5

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

Given the zero-parameter schema and presence of an output schema, the description covers the essential workflow: anonymous trial, URL generation, and user approval. It does not mention error cases or failure modes, but is otherwise complete for the tool's complexity.

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 0 parameters, so schema description coverage is effectively 100%. The description does not need to add parameter details, and it appropriately focuses on the tool's purpose and flow.

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 clearly states the tool's purpose: 'Link this chat to the user's existing QuantifyMe account.' It uses a specific verb (link) and resource (QuantifyMe account), and is easily distinguishable from sibling tools like browse_community or list_models.

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

Usage Guidelines4/5

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

The description explicitly lists conditions for calling the tool: 'when the user says they already have a QuantifyMe account' or 'asks why their models are missing' or 'wants what they deploy here to show up in their own dashboard.' It also explains the default anonymous behavior but does not explicitly mention when not to call or alternative tools.

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