Skip to main content
Glama

Lovie Company Formation

Get Account

account_get_account
Read-only

GetAccount retrieves a single account by ID with its details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
detailsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedOutput schema / properties / account / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "balanceCurrent": {
      -        "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"
      -          }
      -        ]
      -      },
      -      "currency": {
      -        "type": "string"
      -      },
      -      "displayName": {
      -        "anyOf": [
      -          {
      -            "description": "Human-readable name (1-255 Unicode chars).",
      -            "properties": {
      -              "value": {
      -                "maxLength": 255,
      -                "minLength": 1,
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "id": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "institutionName": {
      -        "type": "string"
      -      },
      -      "provider": {
      -        "enum": [
      -          "ACCOUNT_PROVIDER_UNSPECIFIED",
      -          "ACCOUNT_PROVIDER_INTERNAL",
      -          "ACCOUNT_PROVIDER_PLAID",
      -          "ACCOUNT_PROVIDER_MX",
      -          "ACCOUNT_PROVIDER_YODLEE",
      -          "ACCOUNT_PROVIDER_INCREASE"
      -        ],
      -        "type": "string"
      -      },
      -      "status": {
      -        "enum": [
      -          "ACCOUNT_STATUS_UNSPECIFIED",
      -          "ACCOUNT_STATUS_PENDING",
      -          "ACCOUNT_STATUS_ACTIVE",
      -          "ACCOUNT_STATUS_DORMANT",
      -          "ACCOUNT_STATUS_FROZEN",
      -          "ACCOUNT_STATUS_RESTRICTED",
      -          "ACCOUNT_STATUS_CLOSED"
      -        ],
      -        "type": "string"
      -      },
      -      "type": {
      -        "enum": [
      -          "ACCOUNT_TYPE_UNSPECIFIED",
      -          "ACCOUNT_TYPE_CHECKING",
      -          "ACCOUNT_TYPE_SAVINGS",
      -          "ACCOUNT_TYPE_CREDIT"
      -        ],
      -        "type": "string"
      -      },
      -      "updatedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "required": [
      -      "companyId",
      -      "displayName"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "balanceCurrent": {
      +        "type": "string"
      +      },
      +      "balanceLive": {
      +        "type": "boolean"
      +      },
      +      "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"
      +          }
      +        ]
      +      },
      +      "currency": {
      +        "type": "string"
      +      },
      +      "displayName": {
      +        "anyOf": [
      +          {
      +            "description": "Human-readable name (1-255 Unicode chars).",
      +            "properties": {
      +              "value": {
      +                "maxLength": 255,
      +                "minLength": 1,
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "institutionName": {
      +        "type": "string"
      +      },
      +      "provider": {
      +        "enum": [
      +          "ACCOUNT_PROVIDER_UNSPECIFIED",
      +          "ACCOUNT_PROVIDER_INTERNAL",
      +          "ACCOUNT_PROVIDER_PLAID",
      +          "ACCOUNT_PROVIDER_MX",
      +          "ACCOUNT_PROVIDER_YODLEE",
      +          "ACCOUNT_PROVIDER_INCREASE"
      +        ],
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "ACCOUNT_STATUS_UNSPECIFIED",
      +          "ACCOUNT_STATUS_PENDING",
      +          "ACCOUNT_STATUS_ACTIVE",
      +          "ACCOUNT_STATUS_DORMANT",
      +          "ACCOUNT_STATUS_FROZEN",
      +          "ACCOUNT_STATUS_RESTRICTED",
      +          "ACCOUNT_STATUS_CLOSED"
      +        ],
      +        "type": "string"
      +      },
      +      "type": {
      +        "enum": [
      +          "ACCOUNT_TYPE_UNSPECIFIED",
      +          "ACCOUNT_TYPE_CHECKING",
      +          "ACCOUNT_TYPE_SAVINGS",
      +          "ACCOUNT_TYPE_CREDIT"
      +        ],
      +        "type": "string"
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "companyId",
      +      "displayName"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedOutput schema / properties / details / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "accountId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "createdAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "errorMessage": {
      -        "type": "string"
      -      },
      -      "id": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "increaseMetadata": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "entityId": {
      -                "type": "string"
      -              },
      -              "increaseAccountId": {
      -                "type": "string"
      -              },
      -              "increaseAccountNumberId": {
      -                "type": "string"
      -              },
      -              "mask": {
      -                "type": "string"
      -              },
      -              "programId": {
      -                "type": "string"
      -              },
      -              "routingNumber": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "lastSyncedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "mxMetadata": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "institutionCode": {
      -                "type": "string"
      -              },
      -              "mask": {
      -                "type": "string"
      -              },
      -              "mxAccountGuid": {
      -                "type": "string"
      -              },
      -              "mxMemberGuid": {
      -                "type": "string"
      -              },
      -              "routingNumber": {
      -                "type": "string"
      -              },
      -              "subtype": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "plaidMetadata": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "consentExpiration": {
      -                "type": "string"
      -              },
      -              "mask": {
      -                "type": "string"
      -              },
      -              "plaidAccountId": {
      -                "type": "string"
      -              },
      -              "plaidItemId": {
      -                "type": "string"
      -              },
      -              "subtype": {
      -                "type": "string"
      -              },
      -              "verificationStatus": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "providerAccountId": {
      -        "type": "string"
      -      },
      -      "syncStatus": {
      -        "enum": [
      -          "SYNC_STATUS_UNSPECIFIED",
      -          "SYNC_STATUS_PENDING",
      -          "SYNC_STATUS_SYNCING",
      -          "SYNC_STATUS_SYNCED",
      -          "SYNC_STATUS_FAILED",
      -          "SYNC_STATUS_NOT_APPLICABLE"
      -        ],
      -        "type": "string"
      -      },
      -      "updatedAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "yodleeMetadata": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "accountStatus": {
      -                "type": "string"
      -              },
      -              "container": {
      -                "type": "string"
      -              },
      -              "datasetName": {
      -                "type": "string"
      -              },
      -              "mask": {
      -                "type": "string"
      -              },
      -              "yodleeAccountId": {
      -                "type": "string"
      -              },
      -              "yodleeProviderAccountId": {
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "accountId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "errorMessage": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "increaseMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "entityId": {
      +                "type": "string"
      +              },
      +              "increaseAccountId": {
      +                "type": "string"
      +              },
      +              "increaseAccountNumberId": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "programId": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "lastSyncedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "mxMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "institutionCode": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "mxAccountGuid": {
      +                "type": "string"
      +              },
      +              "mxMemberGuid": {
      +                "type": "string"
      +              },
      +              "subtype": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "plaidMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "consentExpiration": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "plaidAccountId": {
      +                "type": "string"
      +              },
      +              "plaidItemId": {
      +                "type": "string"
      +              },
      +              "subtype": {
      +                "type": "string"
      +              },
      +              "verificationStatus": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "providerAccountId": {
      +        "type": "string"
      +      },
      +      "syncStatus": {
      +        "enum": [
      +          "SYNC_STATUS_UNSPECIFIED",
      +          "SYNC_STATUS_PENDING",
      +          "SYNC_STATUS_SYNCING",
      +          "SYNC_STATUS_SYNCED",
      +          "SYNC_STATUS_FAILED",
      +          "SYNC_STATUS_NOT_APPLICABLE"
      +        ],
      +        "type": "string"
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "yodleeMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "accountStatus": {
      +                "type": "string"
      +              },
      +              "container": {
      +                "type": "string"
      +              },
      +              "datasetName": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "yodleeAccountId": {
      +                "type": "string"
      +              },
      +              "yodleeProviderAccountId": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  2. Changed7 schema fields changed
    • addedOutput schema / properties / account / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "balanceCurrent": {
      +        "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"
      +          }
      +        ]
      +      },
      +      "currency": {
      +        "type": "string"
      +      },
      +      "displayName": {
      +        "anyOf": [
      +          {
      +            "description": "Human-readable name (1-255 Unicode chars).",
      +            "properties": {
      +              "value": {
      +                "maxLength": 255,
      +                "minLength": 1,
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "institutionName": {
      +        "type": "string"
      +      },
      +      "provider": {
      +        "enum": [
      +          "ACCOUNT_PROVIDER_UNSPECIFIED",
      +          "ACCOUNT_PROVIDER_INTERNAL",
      +          "ACCOUNT_PROVIDER_PLAID",
      +          "ACCOUNT_PROVIDER_MX",
      +          "ACCOUNT_PROVIDER_YODLEE",
      +          "ACCOUNT_PROVIDER_INCREASE"
      +        ],
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "ACCOUNT_STATUS_UNSPECIFIED",
      +          "ACCOUNT_STATUS_PENDING",
      +          "ACCOUNT_STATUS_ACTIVE",
      +          "ACCOUNT_STATUS_DORMANT",
      +          "ACCOUNT_STATUS_FROZEN",
      +          "ACCOUNT_STATUS_RESTRICTED",
      +          "ACCOUNT_STATUS_CLOSED"
      +        ],
      +        "type": "string"
      +      },
      +      "type": {
      +        "enum": [
      +          "ACCOUNT_TYPE_UNSPECIFIED",
      +          "ACCOUNT_TYPE_CHECKING",
      +          "ACCOUNT_TYPE_SAVINGS",
      +          "ACCOUNT_TYPE_CREDIT"
      +        ],
      +        "type": "string"
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "companyId",
      +      "displayName"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / account / properties
      Removed value: -{
      -  "balanceCurrent": {
      -    "type": "string"
      -  },
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "currency": {
      -    "type": "string"
      -  },
      -  "displayName": {
      -    "description": "Human-readable name (1-255 Unicode chars).",
      -    "properties": {
      -      "value": {
      -        "maxLength": 255,
      -        "minLength": 1,
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "institutionName": {
      -    "type": "string"
      -  },
      -  "provider": {
      -    "enum": [
      -      "ACCOUNT_PROVIDER_UNSPECIFIED",
      -      "ACCOUNT_PROVIDER_INTERNAL",
      -      "ACCOUNT_PROVIDER_PLAID",
      -      "ACCOUNT_PROVIDER_MX",
      -      "ACCOUNT_PROVIDER_YODLEE",
      -      "ACCOUNT_PROVIDER_INCREASE"
      -    ],
      -    "type": "string"
      -  },
      -  "status": {
      -    "enum": [
      -      "ACCOUNT_STATUS_UNSPECIFIED",
      -      "ACCOUNT_STATUS_PENDING",
      -      "ACCOUNT_STATUS_ACTIVE",
      -      "ACCOUNT_STATUS_DORMANT",
      -      "ACCOUNT_STATUS_FROZEN",
      -      "ACCOUNT_STATUS_RESTRICTED",
      -      "ACCOUNT_STATUS_CLOSED"
      -    ],
      -    "type": "string"
      -  },
      -  "type": {
      -    "enum": [
      -      "ACCOUNT_TYPE_UNSPECIFIED",
      -      "ACCOUNT_TYPE_CHECKING",
      -      "ACCOUNT_TYPE_SAVINGS",
      -      "ACCOUNT_TYPE_CREDIT"
      -    ],
      -    "type": "string"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / account / required
      Removed value: -[
      -  "companyId",
      -  "displayName"
      -]
    • removedOutput schema / properties / account / type
      Removed value: -"object"
    • addedOutput schema / properties / details / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "accountId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "errorMessage": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "increaseMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "entityId": {
      +                "type": "string"
      +              },
      +              "increaseAccountId": {
      +                "type": "string"
      +              },
      +              "increaseAccountNumberId": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "programId": {
      +                "type": "string"
      +              },
      +              "routingNumber": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "lastSyncedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "mxMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "institutionCode": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "mxAccountGuid": {
      +                "type": "string"
      +              },
      +              "mxMemberGuid": {
      +                "type": "string"
      +              },
      +              "routingNumber": {
      +                "type": "string"
      +              },
      +              "subtype": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "plaidMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "consentExpiration": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "plaidAccountId": {
      +                "type": "string"
      +              },
      +              "plaidItemId": {
      +                "type": "string"
      +              },
      +              "subtype": {
      +                "type": "string"
      +              },
      +              "verificationStatus": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "providerAccountId": {
      +        "type": "string"
      +      },
      +      "syncStatus": {
      +        "enum": [
      +          "SYNC_STATUS_UNSPECIFIED",
      +          "SYNC_STATUS_PENDING",
      +          "SYNC_STATUS_SYNCING",
      +          "SYNC_STATUS_SYNCED",
      +          "SYNC_STATUS_FAILED",
      +          "SYNC_STATUS_NOT_APPLICABLE"
      +        ],
      +        "type": "string"
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "yodleeMetadata": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "accountStatus": {
      +                "type": "string"
      +              },
      +              "container": {
      +                "type": "string"
      +              },
      +              "datasetName": {
      +                "type": "string"
      +              },
      +              "mask": {
      +                "type": "string"
      +              },
      +              "yodleeAccountId": {
      +                "type": "string"
      +              },
      +              "yodleeProviderAccountId": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / properties
      Removed value: -{
      -  "accountId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "errorMessage": {
      -    "type": "string"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "increaseMetadata": {
      -    "properties": {
      -      "entityId": {
      -        "type": "string"
      -      },
      -      "increaseAccountId": {
      -        "type": "string"
      -      },
      -      "increaseAccountNumberId": {
      -        "type": "string"
      -      },
      -      "mask": {
      -        "type": "string"
      -      },
      -      "programId": {
      -        "type": "string"
      -      },
      -      "routingNumber": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "lastSyncedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "mxMetadata": {
      -    "properties": {
      -      "institutionCode": {
      -        "type": "string"
      -      },
      -      "mask": {
      -        "type": "string"
      -      },
      -      "mxAccountGuid": {
      -        "type": "string"
      -      },
      -      "mxMemberGuid": {
      -        "type": "string"
      -      },
      -      "routingNumber": {
      -        "type": "string"
      -      },
      -      "subtype": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "plaidMetadata": {
      -    "properties": {
      -      "consentExpiration": {
      -        "type": "string"
      -      },
      -      "mask": {
      -        "type": "string"
      -      },
      -      "plaidAccountId": {
      -        "type": "string"
      -      },
      -      "plaidItemId": {
      -        "type": "string"
      -      },
      -      "subtype": {
      -        "type": "string"
      -      },
      -      "verificationStatus": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "providerAccountId": {
      -    "type": "string"
      -  },
      -  "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"
      -  },
      -  "yodleeMetadata": {
      -    "properties": {
      -      "accountStatus": {
      -        "type": "string"
      -      },
      -      "container": {
      -        "type": "string"
      -      },
      -      "datasetName": {
      -        "type": "string"
      -      },
      -      "mask": {
      -        "type": "string"
      -      },
      -      "yodleeAccountId": {
      -        "type": "string"
      -      },
      -      "yodleeProviderAccountId": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / properties / details / type
      Removed value: -"object"
  3. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds little beyond the schema, mostly restating that it retrieves details, which provides minimal additional behavioral context.

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 efficient sentence that front-loads the primary action and target resource. Every word contributes, with no filler or redundant restatement of the tool name.

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 simple single-ID read operation with rich annotations, full schema coverage, and an output schema, the description covers what the agent needs to invoke the tool correctly. It could add a nod to distinguishing it from list/account-detail siblings, but nothing essential is missing.

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 schema fully documents the single uuid 'id' parameter. The description merely echoes 'by ID' and adds no extra meaning about format, default behavior, or constraints beyond what the schema already conveys.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('retrieves'), resource ('a single account'), and identification method ('by ID'), making the core purpose clear. It implicitly distinguishes itself from list-style siblings but does not name a specific alternative, so it stops short of full sibling differentiation.

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?

The description implies the tool is for fetching exactly one account by its ID, which guides basic usage. However, it gives no explicit guidance on when to prefer this over sibling tools such as account_get_list_account_details or list_accounts, nor does it state any exclusions.

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.