Skip to main content
Glama

Lovie Company Formation

Get Card

card_get_card
Read-only

Returns one card by id: its label, type, state, limits and the last four digits of its number. Read-only. The full card number and CVV are never returned by this or any other tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / card / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "accountId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "address": {
      -        "type": "string"
      -      },
      -      "assignedTo": {
      -        "type": "string"
      -      },
      -      "cardholder": {
      -        "type": "string"
      -      },
      -      "companyId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "createdAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "currentSpendCents": {
      -        "type": "string"
      -      },
      -      "expiry": {
      -        "type": "string"
      -      },
      -      "fullAddress": {
      -        "type": "string"
      -      },
      -      "id": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "last4": {
      -        "type": "string"
      -      },
      -      "network": {
      -        "type": "string"
      -      },
      -      "nickname": {
      -        "type": "string"
      -      },
      -      "provider": {
      -        "type": "string"
      -      },
      -      "spendInterval": {
      -        "enum": [
      -          "SPEND_INTERVAL_UNSPECIFIED",
      -          "SPEND_INTERVAL_DAILY",
      -          "SPEND_INTERVAL_MONTHLY",
      -          "SPEND_INTERVAL_YEARLY",
      -          "SPEND_INTERVAL_TRANSACTION"
      -        ],
      -        "type": "string"
      -      },
      -      "spendLimitCents": {
      -        "type": "string"
      -      },
      -      "status": {
      -        "enum": [
      -          "CARD_STATUS_UNSPECIFIED",
      -          "CARD_STATUS_ACTIVE",
      -          "CARD_STATUS_FROZEN",
      -          "CARD_STATUS_CANCELLED"
      -        ],
      -        "type": "string"
      -      },
      -      "terminatedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "updatedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "userId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "zip": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "id",
      -      "companyId"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "accountId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "address": {
      +        "type": "string"
      +      },
      +      "assignedTo": {
      +        "type": "string"
      +      },
      +      "cardholder": {
      +        "type": "string"
      +      },
      +      "companyId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "expiry": {
      +        "type": "string"
      +      },
      +      "fullAddress": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "last4": {
      +        "type": "string"
      +      },
      +      "network": {
      +        "type": "string"
      +      },
      +      "nickname": {
      +        "type": "string"
      +      },
      +      "provider": {
      +        "type": "string"
      +      },
      +      "spendInterval": {
      +        "enum": [
      +          "SPEND_INTERVAL_UNSPECIFIED",
      +          "SPEND_INTERVAL_DAILY",
      +          "SPEND_INTERVAL_MONTHLY",
      +          "SPEND_INTERVAL_YEARLY",
      +          "SPEND_INTERVAL_TRANSACTION"
      +        ],
      +        "type": "string"
      +      },
      +      "spendLimitCents": {
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "CARD_STATUS_UNSPECIFIED",
      +          "CARD_STATUS_ACTIVE",
      +          "CARD_STATUS_FROZEN",
      +          "CARD_STATUS_CANCELLED"
      +        ],
      +        "type": "string"
      +      },
      +      "terminatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "zip": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "id",
      +      "companyId"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  2. Changed4 schema fields changed
    • addedOutput schema / properties / card / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "accountId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "address": {
      +        "type": "string"
      +      },
      +      "assignedTo": {
      +        "type": "string"
      +      },
      +      "cardholder": {
      +        "type": "string"
      +      },
      +      "companyId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "currentSpendCents": {
      +        "type": "string"
      +      },
      +      "expiry": {
      +        "type": "string"
      +      },
      +      "fullAddress": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "last4": {
      +        "type": "string"
      +      },
      +      "network": {
      +        "type": "string"
      +      },
      +      "nickname": {
      +        "type": "string"
      +      },
      +      "provider": {
      +        "type": "string"
      +      },
      +      "spendInterval": {
      +        "enum": [
      +          "SPEND_INTERVAL_UNSPECIFIED",
      +          "SPEND_INTERVAL_DAILY",
      +          "SPEND_INTERVAL_MONTHLY",
      +          "SPEND_INTERVAL_YEARLY",
      +          "SPEND_INTERVAL_TRANSACTION"
      +        ],
      +        "type": "string"
      +      },
      +      "spendLimitCents": {
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "CARD_STATUS_UNSPECIFIED",
      +          "CARD_STATUS_ACTIVE",
      +          "CARD_STATUS_FROZEN",
      +          "CARD_STATUS_CANCELLED"
      +        ],
      +        "type": "string"
      +      },
      +      "terminatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "zip": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "id",
      +      "companyId"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / card / properties
      Removed value: -{
      -  "accountId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "address": {
      -    "type": "string"
      -  },
      -  "assignedTo": {
      -    "type": "string"
      -  },
      -  "cardholder": {
      -    "type": "string"
      -  },
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "currentSpendCents": {
      -    "type": "string"
      -  },
      -  "expiry": {
      -    "type": "string"
      -  },
      -  "fullAddress": {
      -    "type": "string"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "last4": {
      -    "type": "string"
      -  },
      -  "network": {
      -    "type": "string"
      -  },
      -  "nickname": {
      -    "type": "string"
      -  },
      -  "provider": {
      -    "type": "string"
      -  },
      -  "spendInterval": {
      -    "enum": [
      -      "SPEND_INTERVAL_UNSPECIFIED",
      -      "SPEND_INTERVAL_DAILY",
      -      "SPEND_INTERVAL_MONTHLY",
      -      "SPEND_INTERVAL_YEARLY",
      -      "SPEND_INTERVAL_TRANSACTION"
      -    ],
      -    "type": "string"
      -  },
      -  "spendLimitCents": {
      -    "type": "string"
      -  },
      -  "status": {
      -    "enum": [
      -      "CARD_STATUS_UNSPECIFIED",
      -      "CARD_STATUS_ACTIVE",
      -      "CARD_STATUS_FROZEN",
      -      "CARD_STATUS_CANCELLED"
      -    ],
      -    "type": "string"
      -  },
      -  "terminatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "userId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "zip": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / card / required
      Removed value: -[
      -  "id",
      -  "companyId"
      -]
    • removedOutput schema / properties / card / type
      Removed value: -"object"
  3. Changed30 schema fields changed
    • addedInput schema / properties / cardId
      Added value: +{
      +  "description": "UUID value wrapper.",
      +  "properties": {
      +    "value": {
      +      "format": "uuid",
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
    • removedInput schema / properties / id
      Removed value: -{
      -  "description": "UUID value wrapper.",
      -  "properties": {
      -    "value": {
      -      "format": "uuid",
      -      "type": "string"
      -    }
      -  },
      -  "type": "object"
      -}
    • changedInput schema / required
      Previous value: -[
      -  "id"
      -]New value: +[
      +  "cardId"
      +]
    • addedOutput schema / properties / card / properties / address
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / card / properties / assignedTo
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / card / properties / balanceCurrent
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / card / properties / cardForm
      Removed value: -{
      -  "enum": [
      -    "CARD_FORM_UNSPECIFIED",
      -    "CARD_FORM_PHYSICAL",
      -    "CARD_FORM_VIRTUAL"
      -  ],
      -  "type": "string"
      -}
    • removedOutput schema / properties / card / properties / cardType
      Removed value: -{
      -  "enum": [
      -    "CARD_TYPE_UNSPECIFIED",
      -    "CARD_TYPE_DEBIT",
      -    "CARD_TYPE_CREDIT",
      -    "CARD_TYPE_PREPAID"
      -  ],
      -  "type": "string"
      -}
    • addedOutput schema / properties / card / properties / cardholder
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / card / properties / creditLimit
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / card / properties / currency
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / card / properties / currentSpendCents
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / card / 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 / card / properties / expiry
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / card / properties / expiryMonth
      Removed value: -{
      -  "type": "integer"
      -}
    • removedOutput schema / properties / card / properties / expiryYear
      Removed value: -{
      -  "type": "integer"
      -}
    • addedOutput schema / properties / card / properties / fullAddress
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / card / properties / holderName
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / card / properties / last4
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / card / properties / maskedNumber
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / card / properties / network
      Added value: +{
      +  "type": "string"
      +}
    • removedOutput schema / properties / card / 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 / card / 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 / card / properties / spendLimitCents
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / properties / card / 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 / card / properties / terminatedAt
      Added value: +{
      +  "format": "date-time",
      +  "type": "string"
      +}
    • addedOutput schema / properties / card / properties / userId
      Added value: +{
      +  "description": "UUID value wrapper.",
      +  "properties": {
      +    "value": {
      +      "format": "uuid",
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / properties / card / properties / zip
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / properties / card / required
      Previous value: -[
      -  "companyId",
      -  "displayName"
      -]New value: +[
      +  "id",
      +  "companyId"
      +]
    • removedOutput schema / properties / details
      Removed value: -{
      -  "properties": {
      -    "cardId": {
      -      "description": "UUID value wrapper.",
      -      "properties": {
      -        "value": {
      -          "format": "uuid",
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "createdAt": {
      -      "format": "date-time",
      -      "type": "string"
      -    },
      -    "errorMessage": {
      -      "type": "string"
      -    },
      -    "galileoMetadata": {
      -      "properties": {
      -        "galileoAccountNumber": {
      -          "type": "string"
      -        },
      -        "galileoPrn": {
      -          "type": "string"
      -        },
      -        "galileoProgramId": {
      -          "type": "string"
      -        },
      -        "last4": {
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "id": {
      -      "description": "UUID value wrapper.",
      -      "properties": {
      -        "value": {
      -          "format": "uuid",
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "lastSyncedAt": {
      -      "format": "date-time",
      -      "type": "string"
      -    },
      -    "marqetaMetadata": {
      -      "properties": {
      -        "lastFour": {
      -          "type": "string"
      -        },
      -        "marqetaCardProductToken": {
      -          "type": "string"
      -        },
      -        "marqetaCardToken": {
      -          "type": "string"
      -        },
      -        "marqetaUserToken": {
      -          "type": "string"
      -        },
      -        "panToken": {
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "providerCardId": {
      -      "type": "string"
      -    },
      -    "stripeMetadata": {
      -      "properties": {
      -        "brand": {
      -          "type": "string"
      -        },
      -        "funding": {
      -          "type": "string"
      -        },
      -        "last4": {
      -          "type": "string"
      -        },
      -        "stripeCardId": {
      -          "type": "string"
      -        },
      -        "stripeCardholderId": {
      -          "type": "string"
      -        },
      -        "stripeFinancialAccountId": {
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "syncStatus": {
      -      "enum": [
      -        "SYNC_STATUS_UNSPECIFIED",
      -        "SYNC_STATUS_PENDING",
      -        "SYNC_STATUS_SYNCING",
      -        "SYNC_STATUS_SYNCED",
      -        "SYNC_STATUS_FAILED",
      -        "SYNC_STATUS_NOT_APPLICABLE"
      -      ],
      -      "type": "string"
      -    },
      -    "updatedAt": {
      -      "format": "date-time",
      -      "type": "string"
      -    }
      -  },
      -  "type": "object"
      -}
  4. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds a meaningful security guarantee: the full card number and CVV are never returned by this or any other tool. It also specifies that only the last four digits are exposed, which is critical behavioral context for an agent handling sensitive card data.

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?

Three short sentences front-load the core behavior (returns one card by id) and its key fields, then add the read-only safety and the never-returned data guarantee. Every sentence carries distinct value with zero redundancy or filler.

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

Completeness5/5

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

The tool has a single parameter, an output schema, and annotations covering safety. The description covers the essential scope, the data sensitivity limitation, and the read-only nature, leaving nothing an agent needs to invoke it correctly unexplained.

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 coverage is 100% with the cardId parameter already described as a UUID value wrapper. The description adds only 'by id,' which mildly reinforces the parameter's role but does not materially enhance the schema's explanation. Baseline 3 is appropriate.

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 opens with a specific verb and resource: 'Returns one card by id' and enumerates the exact fields returned (label, type, state, limits, last four digits). This clearly distinguishes it from siblings like card_get_list_cards or card_get_card_spend, which cover different resources and scopes.

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 clearly establishes when to use it: when you have a specific card id and need its details. It does not explicitly name alternatives or state exclusions, but the 'one card by id' framing makes the use case unambiguous without confusing it with list or spend 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.