Skip to main content
Glama
bhavyam2

Sentinel

by bhavyam2

create_card

Mint a virtual card funded from the wallet, with Sentinel enforcing spend policies and agent attribution.

Instructions

Mint a new virtual card funded from the wallet. [Sentinel: policy-enforced; may return status denied_by_sentinel or approval_required_by_sentinel with a machine-readable reason chain.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
task_idNo[Sentinel] Task identifier threaded into the spend ledger.
agent_idNo[Sentinel] Agent identity this spend is attributed to.
expires_atNo
amount_centsYes
scope_presetNo
merchant_hintNo[Sentinel] Intended merchant for this card, checked against the merchant allow/deny policy. create_card itself has no merchant argument, so this is the only pre-spend merchant control.
sentinel_approvedNo[Sentinel] Set true to resolve a NEEDS_APPROVAL hold (a human approved the spend). Never bypasses a DENY.
Behavior3/5

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

The description discloses important behavioral traits: policy enforcement and possible return statuses (denied_by_sentinel, approval_required_by_sentinel). However, it does not mention side effects like wallet deduction or idempotency, and no annotations are provided. The description is adequate but incomplete.

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 description is very concise (one sentence plus a note), but it is under-specified given the tool's complexity (8 parameters, no annotations). It is not overly verbose, but the brevity sacrifices completeness.

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

Completeness2/5

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

The description lacks essential details: no success response, no explanation of parameter differences (e.g., single_use vs multi_use), and no information on expiration or scope_preset. With no output schema and no annotations, the description is insufficient for an 8-parameter creation tool.

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

Parameters2/5

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

The description adds no parameter-level information beyond the schema. With 50% schema coverage, the description fails to compensate for undocumented parameters like 'type', 'expires_at', 'amount_cents', and 'scope_preset'. The mention of 'funded from the wallet' loosely relates to 'amount_cents', but this is not explicit.

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 action ('Mint a new virtual card') and the resource ('funded from the wallet'). It is specific and distinguishes from sibling tools, which are all list, check, close, or buy operations, so there is no ambiguity.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. While it implies creation, it does not mention prerequisites (e.g., wallet balance) or when other tools like 'check_balance' or 'list_cards' should be used instead.

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

Install Server

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/bhavyam2/sentinel'

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