Skip to main content
Glama

Lovie Company Formation

Get Cap Table Stakeholder

cap_table_get_cap_table_stakeholder
Read-only

GetCapTableStakeholder returns one stakeholder by id. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stakeholderIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stakeholderNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedOutput schema / properties / stakeholder / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "accessLevel": {
      +        "enum": [
      +          "CAP_TABLE_ACCESS_LEVEL_UNSPECIFIED",
      +          "CAP_TABLE_ACCESS_LEVEL_NONE",
      +          "CAP_TABLE_ACCESS_LEVEL_SUMMARY_ONLY",
      +          "CAP_TABLE_ACCESS_LEVEL_OWN_SECURITIES",
      +          "CAP_TABLE_ACCESS_LEVEL_FULL"
      +        ],
      +        "type": "string"
      +      },
      +      "address": {
      +        "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"
      +          }
      +        ]
      +      },
      +      "email": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "metadata": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "name": {
      +        "anyOf": [
      +          {
      +            "description": "Human-readable name (1-255 Unicode chars).",
      +            "properties": {
      +              "value": {
      +                "maxLength": 255,
      +                "minLength": 1,
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "title": {
      +        "type": "string"
      +      },
      +      "type": {
      +        "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"
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "name"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / stakeholder / properties
      Removed value: -{
      -  "accessLevel": {
      -    "enum": [
      -      "CAP_TABLE_ACCESS_LEVEL_UNSPECIFIED",
      -      "CAP_TABLE_ACCESS_LEVEL_NONE",
      -      "CAP_TABLE_ACCESS_LEVEL_SUMMARY_ONLY",
      -      "CAP_TABLE_ACCESS_LEVEL_OWN_SECURITIES",
      -      "CAP_TABLE_ACCESS_LEVEL_FULL"
      -    ],
      -    "type": "string"
      -  },
      -  "address": {
      -    "type": "string"
      -  },
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "email": {
      -    "type": "string"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "metadata": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "name": {
      -    "description": "Human-readable name (1-255 Unicode chars).",
      -    "properties": {
      -      "value": {
      -        "maxLength": 255,
      -        "minLength": 1,
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "title": {
      -    "type": "string"
      -  },
      -  "type": {
      -    "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"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "userId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / properties / stakeholder / required
      Removed value: -[
      -  "name"
      -]
    • removedOutput schema / properties / stakeholder / type
      Removed value: -"object"
  2. Changed2 schema fields changed
    • addedOutput schema / properties / stakeholder / properties / address
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / stakeholder / properties / title
      Added value: +{
      +  "type": "string"
      +}
  3. First observed

TDQS

B3.1/5.0
Behavior2/5

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

The only behavioral trait, read-only, is already captured by readOnlyHint=true and destructiveHint=false in the annotations. No additional behavior such as not-found handling, authorization requirements, or response shape is disclosed; the description adds little beyond the structured metadata.

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 appropriately short and front-loaded, but the phrase 'GetCapTableStakeholder' repeats the tool/API name and 'Read-only' duplicates the annotations. The useful content is compressed into one clause.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter read operation with a full input schema, annotations, and an output schema, the description is largely sufficient to invoke the tool correctly. It only lacks a note about when to choose the list-stakeholder sibling instead.

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% and the schema documents stakeholderId as a UUID value wrapper with a clear description. The description's 'by id' adds no supplementary parameter semantics, so the baseline of 3 applies.

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?

Description clearly states the tool returns one stakeholder by id, which is a specific verb+resource and distinguishes it from list endpoints like cap_table_get_list_cap_table_stakeholders. It does not explicitly name any sibling, but the singular 'by id' scope is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance about when to choose this over alternatives is provided. It does not mention that the list endpoint should be used for multiple stakeholders or that this requires a known stakeholder id, so the agent must infer usage.

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.