Skip to main content
Glama

Lovie Company Formation

Get Schedule

accounting_get_schedule
Read-only

GetSchedule returns one schedule with its postings. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYesUUID value wrapper.
scheduleIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scheduleNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedOutput schema / properties / schedule / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "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"
      +          }
      +        ]
      +      },
      +      "creditGlAccountId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "currencyCode": {
      +        "type": "string"
      +      },
      +      "debitGlAccountId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "kind": {
      +        "enum": [
      +          "SCHEDULE_KIND_UNSPECIFIED",
      +          "SCHEDULE_KIND_PREPAID_AMORTIZATION",
      +          "SCHEDULE_KIND_DEFERRED_REVENUE",
      +          "SCHEDULE_KIND_DEPRECIATION",
      +          "SCHEDULE_KIND_ACCRUAL_SPREAD"
      +        ],
      +        "type": "string"
      +      },
      +      "periodCount": {
      +        "type": "integer"
      +      },
      +      "postings": {
      +        "items": {
      +          "properties": {
      +            "amount": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "anyOf": [
      +                {
      +                  "description": "UUID value wrapper.",
      +                  "properties": {
      +                    "value": {
      +                      "format": "uuid",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "journalEntryId": {
      +              "anyOf": [
      +                {
      +                  "description": "UUID value wrapper.",
      +                  "properties": {
      +                    "value": {
      +                      "format": "uuid",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "periodDate": {
      +              "type": "string"
      +            },
      +            "periodIndex": {
      +              "type": "integer"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "sourceTransactionId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "startDate": {
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "SCHEDULE_STATUS_UNSPECIFIED",
      +          "SCHEDULE_STATUS_ACTIVE",
      +          "SCHEDULE_STATUS_COMPLETED",
      +          "SCHEDULE_STATUS_CANCELLED"
      +        ],
      +        "type": "string"
      +      },
      +      "totalAmount": {
      +        "type": "string"
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "companyId"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / schedule / properties
      Removed value: -{
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "creditGlAccountId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "currencyCode": {
      -    "type": "string"
      -  },
      -  "debitGlAccountId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "kind": {
      -    "enum": [
      -      "SCHEDULE_KIND_UNSPECIFIED",
      -      "SCHEDULE_KIND_PREPAID_AMORTIZATION",
      -      "SCHEDULE_KIND_DEFERRED_REVENUE",
      -      "SCHEDULE_KIND_DEPRECIATION",
      -      "SCHEDULE_KIND_ACCRUAL_SPREAD"
      -    ],
      -    "type": "string"
      -  },
      -  "periodCount": {
      -    "type": "integer"
      -  },
      -  "postings": {
      -    "items": {
      -      "properties": {
      -        "amount": {
      -          "type": "string"
      -        },
      -        "id": {
      -          "description": "UUID value wrapper.",
      -          "properties": {
      -            "value": {
      -              "format": "uuid",
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "journalEntryId": {
      -          "description": "UUID value wrapper.",
      -          "properties": {
      -            "value": {
      -              "format": "uuid",
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "periodDate": {
      -          "type": "string"
      -        },
      -        "periodIndex": {
      -          "type": "integer"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "sourceTransactionId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "startDate": {
      -    "type": "string"
      -  },
      -  "status": {
      -    "enum": [
      -      "SCHEDULE_STATUS_UNSPECIFIED",
      -      "SCHEDULE_STATUS_ACTIVE",
      -      "SCHEDULE_STATUS_COMPLETED",
      -      "SCHEDULE_STATUS_CANCELLED"
      -    ],
      -    "type": "string"
      -  },
      -  "totalAmount": {
      -    "type": "string"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / schedule / required
      Removed value: -[
      -  "companyId"
      -]
    • removedOutput schema / properties / schedule / type
      Removed value: -"object"
  2. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the description's 'Read-only' is redundant. It adds useful context by specifying that the result includes postings, which is not required by the schema. No contradictions with annotations; the additional behavioral detail is minimal but relevant.

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 one concise sentence plus a redundant 'Read-only.' Every phrase is informative: it names the resource, scope, and included data. There is no waste, and the key information is front-loaded.

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?

For a read-only operation with two self-explanatory parameters and an existing output schema, the description covers the essential behavior: what is returned (one schedule with postings) and its safety (read-only, also in annotations). Details like error handling or prerequisites are not necessary for correct invocation given the annotations and schema.

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%: both parameters (companyId and scheduleId) are described as UUID value wrappers, which adequately defines their structure. The description adds no extra semantics about parameter meaning or usage. With full schema coverage, 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 is clear and unambiguous: 'GetSchedule returns one schedule with its postings.' It specifies the verb (Get), resource (schedule), and scope (one schedule), which distinguishes it from list-type tools like accounting_get_list_schedules. The phrase 'with its postings' adds useful detail not obvious from the name.

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 states what the tool does but does not provide explicit when-to-use guidance or name alternatives. The distinction from accounting_get_list_schedules is implied by the tool name and the singular 'one schedule,' but the agent must infer when to choose this over siblings. No exclusions or context are given.

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.