You're viewing a demo portfolio

Join the waitlist
PRSM

well_get_entity

Active

Tool of Well

declared in 1.0.0

Read ONE entity with its sub-resources nested in a single call. Convenience over well_get_schema + well_query_records: resolves the field paths for you and returns the single record with its related data expanded. depth (relation-nesting BOUNDARY, 1-3, default 1): 1 = the entity + its direct sub-resources (emails, phones, locations, …) 2 = + the sub-resources' related scalars 3 = the full level-3 graph (LARGER payload — use when you need the whole picture) Stops at depth 3. Aggregates are excluded. Each child collection is capped at 50 rows; for a full list or to page a large child collection, use well_query_records on that child root instead.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "root",
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The entity's public UUID (the value of its *_id field, e.g. company_id)"
    },
    "root": {
      "type": "string",
      "description": "Entity type, e.g. companies | people | invoices | transactions"
    },
    "depth": {
      "type": "integer",
      "maximum": 3,
      "minimum": 1,
      "description": "Relation-nesting boundary 1-3 (default 1)."
    },
    "workspace_id": {
      "type": "string",
      "format": "uuid",
      "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
      "description": "Target workspace. Omit to use the only authorized workspace, or (for read tools) to query all authorized workspaces grouped by workspace. Required for write tools when the token authorizes more than one workspace."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Well

https://github.com/WellApp-ai/well-mcp

1/7 registries
View full server →