Skip to main content
Glama

Lovie Company Formation

List Cards

card_get_list_cards
Read-only

List the caller's own cards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeCanceledNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedOutput schema / properties / cards / items / properties / currentSpendCents
      Removed value: -{
      -  "type": "string"
      -}
  2. Changed25 schema fields changed
    • addedOutput schema / properties / cards / items / properties / accountId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cards / items / properties / accountId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / cards / items / properties / accountId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / cards / items / properties / accountId / type
      Removed value: -"object"
    • addedOutput schema / properties / cards / items / properties / companyId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cards / items / properties / companyId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / cards / items / properties / companyId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / cards / items / properties / companyId / type
      Removed value: -"object"
    • addedOutput schema / properties / cards / items / properties / createdAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cards / items / properties / createdAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / cards / items / properties / createdAt / type
      Removed value: -"string"
    • addedOutput schema / properties / cards / items / properties / id / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cards / items / properties / id / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / cards / items / properties / id / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / cards / items / properties / id / type
      Removed value: -"object"
    • addedOutput schema / properties / cards / items / properties / terminatedAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cards / items / properties / terminatedAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / cards / items / properties / terminatedAt / type
      Removed value: -"string"
    • addedOutput schema / properties / cards / items / properties / updatedAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cards / items / properties / updatedAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / cards / items / properties / updatedAt / type
      Removed value: -"string"
    • addedOutput schema / properties / cards / items / properties / userId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cards / items / properties / userId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / cards / items / properties / userId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / cards / items / properties / userId / type
      Removed value: -"object"
  3. Changed32 schema fields changed
    • removedInput schema / properties / filter
      Removed value: -{
      -  "properties": {
      -    "accountId": {
      -      "description": "UUID value wrapper.",
      -      "properties": {
      -        "value": {
      -          "format": "uuid",
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "cardForms": {
      -      "items": {
      -        "enum": [
      -          "CARD_FORM_UNSPECIFIED",
      -          "CARD_FORM_PHYSICAL",
      -          "CARD_FORM_VIRTUAL"
      -        ],
      -        "type": "string"
      -      },
      -      "maxItems": 5,
      -      "type": "array"
      -    },
      -    "cardTypes": {
      -      "items": {
      -        "enum": [
      -          "CARD_TYPE_UNSPECIFIED",
      -          "CARD_TYPE_DEBIT",
      -          "CARD_TYPE_CREDIT",
      -          "CARD_TYPE_PREPAID"
      -        ],
      -        "type": "string"
      -      },
      -      "maxItems": 10,
      -      "type": "array"
      -    },
      -    "companyId": {
      -      "description": "UUID value wrapper.",
      -      "properties": {
      -        "value": {
      -          "format": "uuid",
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "displayNameSearch": {
      -      "maxLength": 255,
      -      "pattern": "^[A-Za-z0-9 .,'/&()#_:@!?%$*+=-]*$",
      -      "type": "string"
      -    },
      -    "ids": {
      -      "items": {
      -        "description": "UUID value wrapper.",
      -        "properties": {
      -          "value": {
      -            "format": "uuid",
      -            "type": "string"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "maxItems": 100,
      -      "type": "array"
      -    },
      -    "providers": {
      -      "items": {
      -        "enum": [
      -          "CARD_PROVIDER_UNSPECIFIED",
      -          "CARD_PROVIDER_INTERNAL",
      -          "CARD_PROVIDER_STRIPE",
      -          "CARD_PROVIDER_MARQETA",
      -          "CARD_PROVIDER_GALILEO",
      -          "CARD_PROVIDER_INCREASE"
      -        ],
      -        "type": "string"
      -      },
      -      "maxItems": 10,
      -      "type": "array"
      -    },
      -    "statuses": {
      -      "items": {
      -        "enum": [
      -          "CARD_STATUS_UNSPECIFIED",
      -          "CARD_STATUS_INACTIVE",
      -          "CARD_STATUS_ACTIVE",
      -          "CARD_STATUS_BLOCKED",
      -          "CARD_STATUS_FROZEN",
      -          "CARD_STATUS_LOST",
      -          "CARD_STATUS_STOLEN",
      -          "CARD_STATUS_EXPIRED",
      -          "CARD_STATUS_CANCELLED"
      -        ],
      -        "type": "string"
      -      },
      -      "maxItems": 15,
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}
    • addedInput schema / properties / includeCanceled
      Added value: +{
      +  "type": "boolean"
      +}
    • removedInput schema / properties / pageSize
      Removed value: -{
      -  "maximum": 100,
      -  "minimum": 0,
      -  "type": "integer"
      -}
    • removedInput schema / properties / pageToken
      Removed value: -{
      -  "maxLength": 500,
      -  "pattern": "^[A-Za-z0-9+/=_-]*$",
      -  "type": "string"
      -}
    • addedOutput schema / properties / cards / items / properties / address
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / cards / items / properties / assignedTo
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / cards / items / properties / balanceCurrent
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / cards / items / properties / cardForm
      Removed value: -{
      -  "enum": [
      -    "CARD_FORM_UNSPECIFIED",
      -    "CARD_FORM_PHYSICAL",
      -    "CARD_FORM_VIRTUAL"
      -  ],
      -  "type": "string"
      -}
    • removedOutput schema / properties / cards / items / properties / cardType
      Removed value: -{
      -  "enum": [
      -    "CARD_TYPE_UNSPECIFIED",
      -    "CARD_TYPE_DEBIT",
      -    "CARD_TYPE_CREDIT",
      -    "CARD_TYPE_PREPAID"
      -  ],
      -  "type": "string"
      -}
    • addedOutput schema / properties / cards / items / properties / cardholder
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / cards / items / properties / creditLimit
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / cards / items / properties / currency
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / cards / items / properties / currentSpendCents
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / cards / items / properties / displayName
      Removed value: -{
      -  "description": "Human-readable name (1-255 Unicode chars).",
      -  "properties": {
      -    "value": {
      -      "maxLength": 255,
      -      "minLength": 1,
      -      "type": "string"
      -    }
      -  },
      -  "type": "object"
      -}
    • addedOutput schema / properties / cards / items / properties / expiry
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / cards / items / properties / expiryMonth
      Removed value: -{
      -  "type": "integer"
      -}
    • removedOutput schema / properties / cards / items / properties / expiryYear
      Removed value: -{
      -  "type": "integer"
      -}
    • addedOutput schema / properties / cards / items / properties / fullAddress
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / cards / items / properties / holderName
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / cards / items / properties / last4
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / cards / items / properties / maskedNumber
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / cards / items / properties / network
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / cards / items / properties / provider / enum
      Removed value: -[
      -  "CARD_PROVIDER_UNSPECIFIED",
      -  "CARD_PROVIDER_INTERNAL",
      -  "CARD_PROVIDER_STRIPE",
      -  "CARD_PROVIDER_MARQETA",
      -  "CARD_PROVIDER_GALILEO",
      -  "CARD_PROVIDER_INCREASE"
      -]
    • addedOutput schema / properties / cards / items / properties / spendInterval
      Added value: +{
      +  "enum": [
      +    "SPEND_INTERVAL_UNSPECIFIED",
      +    "SPEND_INTERVAL_DAILY",
      +    "SPEND_INTERVAL_MONTHLY",
      +    "SPEND_INTERVAL_YEARLY",
      +    "SPEND_INTERVAL_TRANSACTION"
      +  ],
      +  "type": "string"
      +}
    • addedOutput schema / properties / cards / items / properties / spendLimitCents
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / properties / cards / items / properties / status / enum
      Previous value: -[
      -  "CARD_STATUS_UNSPECIFIED",
      -  "CARD_STATUS_INACTIVE",
      -  "CARD_STATUS_ACTIVE",
      -  "CARD_STATUS_BLOCKED",
      -  "CARD_STATUS_FROZEN",
      -  "CARD_STATUS_LOST",
      -  "CARD_STATUS_STOLEN",
      -  "CARD_STATUS_EXPIRED",
      -  "CARD_STATUS_CANCELLED"
      -]New value: +[
      +  "CARD_STATUS_UNSPECIFIED",
      +  "CARD_STATUS_ACTIVE",
      +  "CARD_STATUS_FROZEN",
      +  "CARD_STATUS_CANCELLED"
      +]
    • addedOutput schema / properties / cards / items / properties / terminatedAt
      Added value: +{
      +  "format": "date-time",
      +  "type": "string"
      +}
    • addedOutput schema / properties / cards / items / properties / userId
      Added value: +{
      +  "description": "UUID value wrapper.",
      +  "properties": {
      +    "value": {
      +      "format": "uuid",
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / properties / cards / items / properties / zip
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / properties / cards / items / required
      Previous value: -[
      -  "companyId",
      -  "displayName"
      -]New value: +[
      +  "id",
      +  "companyId"
      +]
    • removedOutput schema / properties / nextPageToken
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / totalCount
      Removed value: -{
      -  "type": "integer"
      -}
  4. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description needs less behavioral disclosure. It adds a useful ownership scope, but it does not explain the effect of includeCanceled or any other behavioral trait beyond what annotations and output schema already provide.

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 with no filler. Every word contributes to clarity, which is appropriate for such a simple tool.

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 one-parameter read-only tool with an output schema, the core scope is covered, but the description leaves the includeCanceled parameter undocumented and does not explicitly route the agent between own-card and org-card listing tools. Adequate, with clear gaps.

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?

Schema description coverage is 0% and the tool description does not explain includeCanceled at all. The parameter name is fairly self-explanatory, but the description adds no meaning beyond the schema, so the agent must infer semantics from the name alone.

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?

Description states a specific verb ('List'), a resource ('cards'), and a scoping qualifier ('the caller's own'), which clearly distinguishes this from siblings like card_get_list_org_cards and card_get_card. The purpose is immediately understandable.

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 phrase 'caller's own cards' provides clear usage context and implicitly contrasts with organization-level listing tools, but it does not explicitly name alternatives or state when not to use. No exclusions are mentioned, so it earns slightly above implied usage.

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.