Get Account
account_get_accountGetAccount retrieves a single account by ID with its details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID value wrapper. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| details | No |
account_get_accountGetAccount retrieves a single account by ID with its details
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID value wrapper. |
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| details | No |
Changes observed during successful MCP inspections.
Output schema / properties / account / anyOfPrevious 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"
+ }
+]Output schema / properties / details / anyOfPrevious 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"
+ }
+]Output schema / properties / account / anyOfAdded 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"
+ }
+]Output schema / properties / account / propertiesRemoved 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"
- }
-}Output schema / properties / account / requiredRemoved value: -[
- "companyId",
- "displayName"
-]Output schema / properties / account / typeRemoved value: -"object"Output schema / properties / details / anyOfAdded 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"
+ }
+]Output schema / properties / details / propertiesRemoved 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"
- }
-}Output schema / properties / details / typeRemoved value: -"object"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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.