Skip to main content
Glama

Lovie Company Formation

Get Cap Table Security

cap_table_get_cap_table_security
Read-only

GetCapTableSecurity returns one holding by id. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
securityIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
securityNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedOutput schema / properties / security / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "capitalCommitted": {
      +        "type": "string"
      +      },
      +      "companyId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "conversionPrice": {
      +        "type": "string"
      +      },
      +      "convertedShares": {
      +        "type": "string"
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "discountRate": {
      +        "type": "string"
      +      },
      +      "discountRateOverride": {
      +        "type": "string"
      +      },
      +      "effectiveCap": {
      +        "type": "string"
      +      },
      +      "effectiveDiscount": {
      +        "type": "string"
      +      },
      +      "fullyDilutedShares": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "instrumentType": {
      +        "enum": [
      +          "CAP_TABLE_INSTRUMENT_TYPE_UNSPECIFIED",
      +          "CAP_TABLE_INSTRUMENT_TYPE_SAFE",
      +          "CAP_TABLE_INSTRUMENT_TYPE_COMMON_STOCK",
      +          "CAP_TABLE_INSTRUMENT_TYPE_PREFERRED_STOCK",
      +          "CAP_TABLE_INSTRUMENT_TYPE_OPTION",
      +          "CAP_TABLE_INSTRUMENT_TYPE_CONVERTIBLE_NOTE"
      +        ],
      +        "type": "string"
      +      },
      +      "liquidationTerms": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "mfn": {
      +        "type": "boolean"
      +      },
      +      "optionType": {
      +        "type": "string"
      +      },
      +      "outstandingShares": {
      +        "type": "string"
      +      },
      +      "ownershipPct": {
      +        "type": "string"
      +      },
      +      "pipelineStatus": {
      +        "type": "string"
      +      },
      +      "proRata": {
      +        "type": "boolean"
      +      },
      +      "roundId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "safeType": {
      +        "type": "string"
      +      },
      +      "signedDate": {
      +        "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": {
      +        "enum": [
      +          "CAP_TABLE_STAKEHOLDER_TYPE_UNSPECIFIED",
      +          "CAP_TABLE_STAKEHOLDER_TYPE_FOUNDER",
      +          "CAP_TABLE_STAKEHOLDER_TYPE_INVESTOR",
      +          "CAP_TABLE_STAKEHOLDER_TYPE_EMPLOYEE",
      +          "CAP_TABLE_STAKEHOLDER_TYPE_ADVISOR",
      +          "CAP_TABLE_STAKEHOLDER_TYPE_ENTITY"
      +        ],
      +        "type": "string"
      +      },
      +      "strikePrice": {
      +        "type": "string"
      +      },
      +      "terms": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "valuationCap": {
      +        "type": "string"
      +      },
      +      "valuationCapOverride": {
      +        "type": "string"
      +      },
      +      "vestedPct": {
      +        "type": "number"
      +      },
      +      "vesting": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "cliffMonths": {
      +                "type": "integer"
      +              },
      +              "fullyVested": {
      +                "type": "boolean"
      +              },
      +              "startDate": {
      +                "anyOf": [
      +                  {
      +                    "format": "date-time",
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "totalMonths": {
      +                "type": "integer"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "companyId",
      +      "stakeholderId"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / security / properties
      Removed value: -{
      -  "capitalCommitted": {
      -    "type": "string"
      -  },
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "conversionPrice": {
      -    "type": "string"
      -  },
      -  "convertedShares": {
      -    "type": "string"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "discountRate": {
      -    "type": "string"
      -  },
      -  "discountRateOverride": {
      -    "type": "string"
      -  },
      -  "effectiveCap": {
      -    "type": "string"
      -  },
      -  "effectiveDiscount": {
      -    "type": "string"
      -  },
      -  "fullyDilutedShares": {
      -    "type": "string"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "instrumentType": {
      -    "enum": [
      -      "CAP_TABLE_INSTRUMENT_TYPE_UNSPECIFIED",
      -      "CAP_TABLE_INSTRUMENT_TYPE_SAFE",
      -      "CAP_TABLE_INSTRUMENT_TYPE_COMMON_STOCK",
      -      "CAP_TABLE_INSTRUMENT_TYPE_PREFERRED_STOCK",
      -      "CAP_TABLE_INSTRUMENT_TYPE_OPTION",
      -      "CAP_TABLE_INSTRUMENT_TYPE_CONVERTIBLE_NOTE"
      -    ],
      -    "type": "string"
      -  },
      -  "liquidationTerms": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "mfn": {
      -    "type": "boolean"
      -  },
      -  "optionType": {
      -    "type": "string"
      -  },
      -  "outstandingShares": {
      -    "type": "string"
      -  },
      -  "ownershipPct": {
      -    "type": "string"
      -  },
      -  "pipelineStatus": {
      -    "type": "string"
      -  },
      -  "proRata": {
      -    "type": "boolean"
      -  },
      -  "roundId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "safeType": {
      -    "type": "string"
      -  },
      -  "signedDate": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "stakeholderId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "stakeholderName": {
      -    "type": "string"
      -  },
      -  "stakeholderType": {
      -    "enum": [
      -      "CAP_TABLE_STAKEHOLDER_TYPE_UNSPECIFIED",
      -      "CAP_TABLE_STAKEHOLDER_TYPE_FOUNDER",
      -      "CAP_TABLE_STAKEHOLDER_TYPE_INVESTOR",
      -      "CAP_TABLE_STAKEHOLDER_TYPE_EMPLOYEE",
      -      "CAP_TABLE_STAKEHOLDER_TYPE_ADVISOR",
      -      "CAP_TABLE_STAKEHOLDER_TYPE_ENTITY"
      -    ],
      -    "type": "string"
      -  },
      -  "strikePrice": {
      -    "type": "string"
      -  },
      -  "terms": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "valuationCap": {
      -    "type": "string"
      -  },
      -  "valuationCapOverride": {
      -    "type": "string"
      -  },
      -  "vestedPct": {
      -    "type": "number"
      -  },
      -  "vesting": {
      -    "properties": {
      -      "cliffMonths": {
      -        "type": "integer"
      -      },
      -      "startDate": {
      -        "format": "date-time",
      -        "type": "string"
      -      },
      -      "totalMonths": {
      -        "type": "integer"
      -      }
      -    },
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / properties / security / required
      Removed value: -[
      -  "companyId",
      -  "stakeholderId"
      -]
    • removedOutput schema / properties / security / type
      Removed value: -"object"
  2. First observed

TDQS

B3.4/5.0
Behavior3/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 'Read-only' which reinforces but doesn't add new behavioral context. It doesn't disclose return format, error behavior, or any special conditions, but for a simple read operation with annotations, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is efficient and front-loaded with the action. It earns its place by stating the resource and read-only nature, though it could be slightly more informative about the return value.

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?

For a simple get-by-id tool with one parameter, full schema coverage, and an output schema present, the description is mostly complete. However, it doesn't clarify what 'holding' means in the cap table context or how this differs from related security tools, which could matter for an agent navigating a large sibling set.

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% — the only parameter securityId is described as a 'UUID value wrapper.' The description adds no additional meaning beyond the schema, but with full coverage, the baseline of 3 applies. The nested object structure is already documented in the schema.

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 ('returns') and resource ('one holding by id'), clearly identifying the tool's function. It doesn't explicitly differentiate from sibling tools like cap_table_get_list_cap_table_securities, but the singular 'by id' implies a fetch-by-identifier operation.

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 usage for retrieving a single security by ID, but provides no explicit guidance on when to choose this over alternatives like cap_table_get_list_cap_table_securities or cap_table_get_cap_table_round. The context is clear enough for a simple get-by-id tool, but no exclusions or alternatives are named.

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.