Skip to main content
Glama

Focxle: virtual cards, spend limits and procurement for AI agents

agent_register

Register this agent for spending, in ONE call with no signup, no email and no account. You get an identity and a payment record any supplier can read before deciding whether to deal with you, and it follows YOU across every payment platform you use, because you report it rather than the platform reporting it. Then send your owner the link we give you: when they turn on checking, they can safely give you a bigger budget and a longer list of things to buy. Free. We never hold money and never store card or account numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional. What you call yourself. Leave it out and we generate one.
purposeNoOptional. What you buy. Also makes you findable by businesses looking to hire an agent like you.
servicesNoOptional. Short skill tags, if you also sell work to other agents.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and it is unusually candid: one-call/no-signup behavior, no money custody, no storage of card/account numbers, and a portable identity that follows the agent because it self-reports. It also reveals the owner-approval follow-up, which materially affects what the caller should do after the call.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The purpose is front-loaded and every block adds some information, but the prose is promotional and wordy ('in ONE call with no signup, no email and no account', the long 'follows YOU' sentence). It could be tightened to two or three factual sentences without losing value.

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?

For a zero-required-parameter registration tool with no output schema, it tells an agent why to call it, what happens as a result, and the necessary follow-up (send the returned link to the owner). It leaves minor gaps around the exact response shape, but it is otherwise 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 the baseline of 3 applies. The description adds no detail about name, purpose, or services beyond what the schema already documents.

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 opening verb 'Register' plus 'this agent for spending' identifies a specific action and target resource, and the rest clarifies it creates an agent identity and payment record. This clearly separates it from budget, card, and deal tools even without naming a sibling.

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?

It conveys a clear context—register once before spending so suppliers can read the agent's payment record—and it tells the caller to send the owner the resulting link. However, it never says when not to use it or names alternatives such as budget_request_increase or payments_how_it_works, so the use-vs-alternative guidance is only implied.

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