Skip to main content
Glama

Lovie Company Formation

Get Cap Table Agreement

cap_table_get_cap_table_agreement
Read-only

Returns one equity agreement by id — a SAFE, a stock purchase agreement or a grant — with its terms and the two signature blocks it prints. Read-only. Use this to answer questions about a specific agreement's valuation cap, discount, amount or signing state. To find the id, list a company's agreements first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
agreementNo
signatureBlockNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • addedOutput schema / properties / agreement / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "approvedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "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"
      +          }
      +        ]
      +      },
      +      "discountRate": {
      +        "type": "string"
      +      },
      +      "envelopeId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "expiresAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "fileName": {
      +        "type": "string"
      +      },
      +      "generatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "granteeName": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "instrumentType": {
      +        "type": "string"
      +      },
      +      "name": {
      +        "type": "string"
      +      },
      +      "pipelineStatus": {
      +        "type": "string"
      +      },
      +      "progressApproved": {
      +        "type": "integer"
      +      },
      +      "progressTotal": {
      +        "type": "integer"
      +      },
      +      "purchaseAmount": {
      +        "type": "string"
      +      },
      +      "roundId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "sentAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "signedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "stakeholderId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "stakeholderName": {
      +        "type": "string"
      +      },
      +      "stakeholderType": {
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "CAP_TABLE_AGREEMENT_STATUS_UNSPECIFIED",
      +          "CAP_TABLE_AGREEMENT_STATUS_DRAFT",
      +          "CAP_TABLE_AGREEMENT_STATUS_PENDING",
      +          "CAP_TABLE_AGREEMENT_STATUS_GENERATING",
      +          "CAP_TABLE_AGREEMENT_STATUS_SENT",
      +          "CAP_TABLE_AGREEMENT_STATUS_PARTIALLY_APPROVED",
      +          "CAP_TABLE_AGREEMENT_STATUS_SIGNED",
      +          "CAP_TABLE_AGREEMENT_STATUS_COMPLETED",
      +          "CAP_TABLE_AGREEMENT_STATUS_APPROVED",
      +          "CAP_TABLE_AGREEMENT_STATUS_VOID",
      +          "CAP_TABLE_AGREEMENT_STATUS_DECLINED",
      +          "CAP_TABLE_AGREEMENT_STATUS_EXPIRED",
      +          "CAP_TABLE_AGREEMENT_STATUS_FAILED"
      +        ],
      +        "type": "string"
      +      },
      +      "type": {
      +        "enum": [
      +          "CAP_TABLE_AGREEMENT_TYPE_UNSPECIFIED",
      +          "CAP_TABLE_AGREEMENT_TYPE_SAFE",
      +          "CAP_TABLE_AGREEMENT_TYPE_OPTION",
      +          "CAP_TABLE_AGREEMENT_TYPE_RSU",
      +          "CAP_TABLE_AGREEMENT_TYPE_RSA",
      +          "CAP_TABLE_AGREEMENT_TYPE_FAST",
      +          "CAP_TABLE_AGREEMENT_TYPE_BOARD_CONSENT",
      +          "CAP_TABLE_AGREEMENT_TYPE_CONVERTIBLE_LOAN",
      +          "CAP_TABLE_AGREEMENT_TYPE_VENTURE_DEBT",
      +          "CAP_TABLE_AGREEMENT_TYPE_OTHER"
      +        ],
      +        "type": "string"
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "valuationCap": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / agreement / properties
      Removed value: -{
      -  "approvedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "discountRate": {
      -    "type": "string"
      -  },
      -  "envelopeId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "expiresAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "fileName": {
      -    "type": "string"
      -  },
      -  "generatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "granteeName": {
      -    "type": "string"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "instrumentType": {
      -    "type": "string"
      -  },
      -  "name": {
      -    "type": "string"
      -  },
      -  "pipelineStatus": {
      -    "type": "string"
      -  },
      -  "progressApproved": {
      -    "type": "integer"
      -  },
      -  "progressTotal": {
      -    "type": "integer"
      -  },
      -  "purchaseAmount": {
      -    "type": "string"
      -  },
      -  "roundId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "sentAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "signedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "stakeholderId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "stakeholderName": {
      -    "type": "string"
      -  },
      -  "stakeholderType": {
      -    "type": "string"
      -  },
      -  "status": {
      -    "enum": [
      -      "CAP_TABLE_AGREEMENT_STATUS_UNSPECIFIED",
      -      "CAP_TABLE_AGREEMENT_STATUS_DRAFT",
      -      "CAP_TABLE_AGREEMENT_STATUS_PENDING",
      -      "CAP_TABLE_AGREEMENT_STATUS_GENERATING",
      -      "CAP_TABLE_AGREEMENT_STATUS_SENT",
      -      "CAP_TABLE_AGREEMENT_STATUS_PARTIALLY_APPROVED",
      -      "CAP_TABLE_AGREEMENT_STATUS_SIGNED",
      -      "CAP_TABLE_AGREEMENT_STATUS_COMPLETED",
      -      "CAP_TABLE_AGREEMENT_STATUS_APPROVED",
      -      "CAP_TABLE_AGREEMENT_STATUS_VOID",
      -      "CAP_TABLE_AGREEMENT_STATUS_DECLINED",
      -      "CAP_TABLE_AGREEMENT_STATUS_EXPIRED",
      -      "CAP_TABLE_AGREEMENT_STATUS_FAILED"
      -    ],
      -    "type": "string"
      -  },
      -  "type": {
      -    "enum": [
      -      "CAP_TABLE_AGREEMENT_TYPE_UNSPECIFIED",
      -      "CAP_TABLE_AGREEMENT_TYPE_SAFE",
      -      "CAP_TABLE_AGREEMENT_TYPE_OPTION",
      -      "CAP_TABLE_AGREEMENT_TYPE_RSU",
      -      "CAP_TABLE_AGREEMENT_TYPE_RSA",
      -      "CAP_TABLE_AGREEMENT_TYPE_FAST",
      -      "CAP_TABLE_AGREEMENT_TYPE_BOARD_CONSENT",
      -      "CAP_TABLE_AGREEMENT_TYPE_CONVERTIBLE_LOAN",
      -      "CAP_TABLE_AGREEMENT_TYPE_VENTURE_DEBT",
      -      "CAP_TABLE_AGREEMENT_TYPE_OTHER"
      -    ],
      -    "type": "string"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "valuationCap": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / agreement / type
      Removed value: -"object"
    • addedOutput schema / properties / signatureBlock / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "companyAddress": {
      +        "type": "string"
      +      },
      +      "companyEmail": {
      +        "type": "string"
      +      },
      +      "companySignerName": {
      +        "type": "string"
      +      },
      +      "companySignerTitle": {
      +        "type": "string"
      +      },
      +      "investorAddress": {
      +        "type": "string"
      +      },
      +      "investorEmail": {
      +        "type": "string"
      +      },
      +      "investorTitle": {
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / signatureBlock / properties
      Removed value: -{
      -  "companyAddress": {
      -    "type": "string"
      -  },
      -  "companyEmail": {
      -    "type": "string"
      -  },
      -  "companySignerName": {
      -    "type": "string"
      -  },
      -  "companySignerTitle": {
      -    "type": "string"
      -  },
      -  "investorAddress": {
      -    "type": "string"
      -  },
      -  "investorEmail": {
      -    "type": "string"
      -  },
      -  "investorTitle": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / signatureBlock / type
      Removed value: -"object"
  2. Changed1 schema field changed
    • addedOutput schema / properties / signatureBlock
      Added value: +{
      +  "properties": {
      +    "companyAddress": {
      +      "type": "string"
      +    },
      +    "companyEmail": {
      +      "type": "string"
      +    },
      +    "companySignerName": {
      +      "type": "string"
      +    },
      +    "companySignerTitle": {
      +      "type": "string"
      +    },
      +    "investorAddress": {
      +      "type": "string"
      +    },
      +    "investorEmail": {
      +      "type": "string"
      +    },
      +    "investorTitle": {
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
  3. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark it as read-only and non-destructive, and the description reinforces this with 'Read-only.' It adds useful behavioral context by specifying that the response includes the agreement's terms and the two signature blocks it prints, and it clarifies the kind of questions the tool can answer. No contradiction exists.

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 concise sentences front-load the core behavior, then add read-only status, use cases, and id discovery guidance. Every sentence contributes useful information with no filler or repetition.

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 single-parameter read-only tool with an output schema and full annotation coverage, the description provides everything needed for correct selection and invocation: what it returns, which agreement types it covers, when to use it, and how to obtain the required id. It is complete without being verbose.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already fully documents the single 'id' parameter, so the baseline is 3. The description adds value by explaining that the id identifies a specific agreement and by telling the agent how to find that id: 'list a company's agreements first.' This goes slightly beyond the schema.

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 states a specific action and resource: 'Returns one equity agreement by id' and enumerates the agreement types (SAFE, stock purchase agreement, grant) plus the returned content (terms, signature blocks). This clearly distinguishes it from sibling tools like cap_table_get_list_cap_table_agreements and cap_table_get_cap_table_agreement_pdf_url.

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?

It provides clear context for when to use it: to answer questions about a specific agreement's valuation cap, discount, amount, or signing state. It also instructs the agent to list a company's agreements first to find the id. It does not explicitly name alternatives or say when not to use it, but the usage context is strong.

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.