Skip to main content
Glama

Lovie Company Formation

List Account Details

account_get_list_account_details
Read-only

GetListAccountDetails retrieves account details in batch (eliminates N+1 GetAccount calls)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
pageSizeNo
pageTokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailsNo
totalCountNo
nextPageTokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedOutput schema / properties / details / items / properties / increaseMetadata / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "entityId": {
      -        "type": "string"
      -      },
      -      "increaseAccountId": {
      -        "type": "string"
      -      },
      -      "increaseAccountNumberId": {
      -        "type": "string"
      -      },
      -      "mask": {
      -        "type": "string"
      -      },
      -      "programId": {
      -        "type": "string"
      -      },
      -      "routingNumber": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "entityId": {
      +        "type": "string"
      +      },
      +      "increaseAccountId": {
      +        "type": "string"
      +      },
      +      "increaseAccountNumberId": {
      +        "type": "string"
      +      },
      +      "mask": {
      +        "type": "string"
      +      },
      +      "programId": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedOutput schema / properties / details / items / properties / mxMetadata / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "institutionCode": {
      -        "type": "string"
      -      },
      -      "mask": {
      -        "type": "string"
      -      },
      -      "mxAccountGuid": {
      -        "type": "string"
      -      },
      -      "mxMemberGuid": {
      -        "type": "string"
      -      },
      -      "routingNumber": {
      -        "type": "string"
      -      },
      -      "subtype": {
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "institutionCode": {
      +        "type": "string"
      +      },
      +      "mask": {
      +        "type": "string"
      +      },
      +      "mxAccountGuid": {
      +        "type": "string"
      +      },
      +      "mxMemberGuid": {
      +        "type": "string"
      +      },
      +      "subtype": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  2. Changed29 schema fields changed
    • addedOutput schema / properties / details / items / properties / accountId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / accountId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / details / items / properties / accountId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / details / items / properties / accountId / type
      Removed value: -"object"
    • addedOutput schema / properties / details / items / properties / createdAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / createdAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / details / items / properties / createdAt / type
      Removed value: -"string"
    • addedOutput schema / properties / details / items / properties / id / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / id / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / details / items / properties / id / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / details / items / properties / id / type
      Removed value: -"object"
    • addedOutput schema / properties / details / items / properties / increaseMetadata / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "entityId": {
      +        "type": "string"
      +      },
      +      "increaseAccountId": {
      +        "type": "string"
      +      },
      +      "increaseAccountNumberId": {
      +        "type": "string"
      +      },
      +      "mask": {
      +        "type": "string"
      +      },
      +      "programId": {
      +        "type": "string"
      +      },
      +      "routingNumber": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / increaseMetadata / properties
      Removed value: -{
      -  "entityId": {
      -    "type": "string"
      -  },
      -  "increaseAccountId": {
      -    "type": "string"
      -  },
      -  "increaseAccountNumberId": {
      -    "type": "string"
      -  },
      -  "mask": {
      -    "type": "string"
      -  },
      -  "programId": {
      -    "type": "string"
      -  },
      -  "routingNumber": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / details / items / properties / increaseMetadata / type
      Removed value: -"object"
    • addedOutput schema / properties / details / items / properties / lastSyncedAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / lastSyncedAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / details / items / properties / lastSyncedAt / type
      Removed value: -"string"
    • addedOutput schema / properties / details / items / properties / mxMetadata / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "institutionCode": {
      +        "type": "string"
      +      },
      +      "mask": {
      +        "type": "string"
      +      },
      +      "mxAccountGuid": {
      +        "type": "string"
      +      },
      +      "mxMemberGuid": {
      +        "type": "string"
      +      },
      +      "routingNumber": {
      +        "type": "string"
      +      },
      +      "subtype": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / mxMetadata / properties
      Removed value: -{
      -  "institutionCode": {
      -    "type": "string"
      -  },
      -  "mask": {
      -    "type": "string"
      -  },
      -  "mxAccountGuid": {
      -    "type": "string"
      -  },
      -  "mxMemberGuid": {
      -    "type": "string"
      -  },
      -  "routingNumber": {
      -    "type": "string"
      -  },
      -  "subtype": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / details / items / properties / mxMetadata / type
      Removed value: -"object"
    • addedOutput schema / properties / details / items / properties / plaidMetadata / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "consentExpiration": {
      +        "type": "string"
      +      },
      +      "mask": {
      +        "type": "string"
      +      },
      +      "plaidAccountId": {
      +        "type": "string"
      +      },
      +      "plaidItemId": {
      +        "type": "string"
      +      },
      +      "subtype": {
      +        "type": "string"
      +      },
      +      "verificationStatus": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / plaidMetadata / properties
      Removed value: -{
      -  "consentExpiration": {
      -    "type": "string"
      -  },
      -  "mask": {
      -    "type": "string"
      -  },
      -  "plaidAccountId": {
      -    "type": "string"
      -  },
      -  "plaidItemId": {
      -    "type": "string"
      -  },
      -  "subtype": {
      -    "type": "string"
      -  },
      -  "verificationStatus": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / details / items / properties / plaidMetadata / type
      Removed value: -"object"
    • addedOutput schema / properties / details / items / properties / updatedAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / updatedAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / details / items / properties / updatedAt / type
      Removed value: -"string"
    • addedOutput schema / properties / details / items / properties / yodleeMetadata / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "accountStatus": {
      +        "type": "string"
      +      },
      +      "container": {
      +        "type": "string"
      +      },
      +      "datasetName": {
      +        "type": "string"
      +      },
      +      "mask": {
      +        "type": "string"
      +      },
      +      "yodleeAccountId": {
      +        "type": "string"
      +      },
      +      "yodleeProviderAccountId": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / details / items / properties / yodleeMetadata / properties
      Removed value: -{
      -  "accountStatus": {
      -    "type": "string"
      -  },
      -  "container": {
      -    "type": "string"
      -  },
      -  "datasetName": {
      -    "type": "string"
      -  },
      -  "mask": {
      -    "type": "string"
      -  },
      -  "yodleeAccountId": {
      -    "type": "string"
      -  },
      -  "yodleeProviderAccountId": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / details / items / properties / yodleeMetadata / type
      Removed value: -"object"
  3. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds a useful behavioral trait beyond the schema: batched retrieval that avoids N+1 calls. It does not mention pagination behavior, but that is less critical given the output schema and read-only annotations.

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?

A single, focused sentence that front-loads the core operation and adds a parenthetical efficiency note. There is no filler or redundant restatement of the schema.

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?

The description conveys the batch purpose and the annotations/output schema cover safety and return shape. However, all three parameters are undocumented in prose and schema, including the nested filter object, so an agent may not know how to construct a valid request without inferring from schema property names alone.

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 provides no parameter-level guidance. It does not explain the filter.accountIds structure, pageSize semantics, or pageToken usage. With such low schema coverage, the description needed to compensate for these gaps and did not.

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 uses a specific verb ('retrieves') and object ('account details') and clearly identifies that this is the batch variant, distinguishing it from the singular GetAccount-style sibling (account_get_account). The phrase 'eliminates N+1 GetAccount calls' makes the scope and intent immediately clear.

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 gives a clear usage justification: use this when you need account details in bulk and want to avoid repeated single-account calls. It does not explicitly name the alternative tool or state when not to use it, but the batch-vs-single distinction is enough for an agent to route correctly.

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.