Skip to main content
Glama

Lovie Company Formation

List Fields

field_get_list_fields
Read-only

List fields with filtering and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
pageSizeNo
pageTokenNo
includeOptionsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNo
totalCountNo
nextPageTokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed70 schema fields changed
    • addedOutput schema / properties / fields / items / properties / code / anyOf
      Added value: +[
      +  {
      +    "description": "Lowercase kebab-case code identifier.",
      +    "properties": {
      +      "value": {
      +        "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / code / description
      Removed value: -"Lowercase kebab-case code identifier."
    • removedOutput schema / properties / fields / items / properties / code / properties
      Removed value: -{
      -  "value": {
      -    "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / code / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / companyId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / companyId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / fields / items / properties / companyId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / companyId / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / createdAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / createdAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / fields / items / properties / createdAt / type
      Removed value: -"string"
    • addedOutput schema / properties / fields / items / properties / description / anyOf
      Added value: +[
      +  {
      +    "description": "Free-form description (max 5000 chars).",
      +    "properties": {
      +      "value": {
      +        "maxLength": 5000,
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / description / description
      Removed value: -"Free-form description (max 5000 chars)."
    • removedOutput schema / properties / fields / items / properties / description / properties
      Removed value: -{
      -  "value": {
      -    "maxLength": 5000,
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / description / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / id / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / id / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / fields / items / properties / id / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / id / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / metadata / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "values": {
      +        "additionalProperties": {
      +          "type": "string"
      +        },
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / metadata / properties
      Removed value: -{
      -  "values": {
      -    "additionalProperties": {
      -      "type": "string"
      -    },
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / metadata / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / name / anyOf
      Added value: +[
      +  {
      +    "description": "Human-readable name (1-255 Unicode chars).",
      +    "properties": {
      +      "value": {
      +        "maxLength": 255,
      +        "minLength": 1,
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / name / description
      Removed value: -"Human-readable name (1-255 Unicode chars)."
    • removedOutput schema / properties / fields / items / properties / name / properties
      Removed value: -{
      -  "value": {
      -    "maxLength": 255,
      -    "minLength": 1,
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / name / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / code / anyOf
      Added value: +[
      +  {
      +    "description": "Lowercase kebab-case code identifier.",
      +    "properties": {
      +      "value": {
      +        "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / code / description
      Removed value: -"Lowercase kebab-case code identifier."
    • removedOutput schema / properties / fields / items / properties / options / items / properties / code / properties
      Removed value: -{
      -  "value": {
      -    "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / code / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / companyId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / companyId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / fields / items / properties / options / items / properties / companyId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / companyId / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / createdAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / createdAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / fields / items / properties / options / items / properties / createdAt / type
      Removed value: -"string"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / description / anyOf
      Added value: +[
      +  {
      +    "description": "Free-form description (max 5000 chars).",
      +    "properties": {
      +      "value": {
      +        "maxLength": 5000,
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / description / description
      Removed value: -"Free-form description (max 5000 chars)."
    • removedOutput schema / properties / fields / items / properties / options / items / properties / description / properties
      Removed value: -{
      -  "value": {
      -    "maxLength": 5000,
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / description / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / id / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / id / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / fields / items / properties / options / items / properties / id / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / id / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / metadata / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "values": {
      +        "additionalProperties": {
      +          "type": "string"
      +        },
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / metadata / properties
      Removed value: -{
      -  "values": {
      -    "additionalProperties": {
      -      "type": "string"
      -    },
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / metadata / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / name / anyOf
      Added value: +[
      +  {
      +    "description": "Human-readable name (1-255 Unicode chars).",
      +    "properties": {
      +      "value": {
      +        "maxLength": 255,
      +        "minLength": 1,
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / name / description
      Removed value: -"Human-readable name (1-255 Unicode chars)."
    • removedOutput schema / properties / fields / items / properties / options / items / properties / name / properties
      Removed value: -{
      -  "value": {
      -    "maxLength": 255,
      -    "minLength": 1,
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / name / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / parentId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / parentId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / fields / items / properties / options / items / properties / parentId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / options / items / properties / parentId / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / options / items / properties / updatedAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / options / items / properties / updatedAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / fields / items / properties / options / items / properties / updatedAt / type
      Removed value: -"string"
    • addedOutput schema / properties / fields / items / properties / parentFieldId / anyOf
      Added value: +[
      +  {
      +    "description": "UUID value wrapper.",
      +    "properties": {
      +      "value": {
      +        "format": "uuid",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / parentFieldId / description
      Removed value: -"UUID value wrapper."
    • removedOutput schema / properties / fields / items / properties / parentFieldId / properties
      Removed value: -{
      -  "value": {
      -    "format": "uuid",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / fields / items / properties / parentFieldId / type
      Removed value: -"object"
    • addedOutput schema / properties / fields / items / properties / updatedAt / anyOf
      Added value: +[
      +  {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / fields / items / properties / updatedAt / format
      Removed value: -"date-time"
    • removedOutput schema / properties / fields / items / properties / updatedAt / type
      Removed value: -"string"
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, so the prominent safety profile is covered. However, the description itself exposes no behaviors beyond those, such as whether system-generated fields are included, how pagination works with pageToken, or any default-capacity implications. No contradiction, but the description adds minimal behavioral value beyond the annotations.

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 a single clean sentence with no filler or repetition; it is fully front-loaded with the core verb and resource. Even though the tool is complex at the schema level, the description itself is not verbose, and every word earns its place in the sentence.

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?

With an output schema present, return values need not be explained in the description. However, the domain of 'fields' is never clarified (entity fields? datatable fields? custom fields?), and the dense filter schema with enums and nested properties calls for more orientation. The presence of no required parameters allows an empty invocation, but a user needing to filter correctly would have to reverse-engineer the schema.

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

Parameters2/5

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

Schema description coverage is 0% in the description text. The phrase 'with filtering and pagination' crudely maps to the 'filter', 'pageSize', and 'pageToken' parameters, but the nested filter object is highly complex with enums for types, valueModes, visibilities, and an includeOptions flag. The description does not compensate for the schema's lack of parameter-level explanations.

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 clear verb-resource operation ('List fields') and explicitly mentions filtering and pagination. It is distinguishable from direct siblings like field_get_field and field_get_list_field_options by resource granularity, though the term 'fields' alone is generic and could be ambiguous; explicit sibling differentiation is not provided.

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?

There is no guidance on when to use this tool versus alternatives such as field_get_field for fetching a single field or field_get_list_field_options for options belonging to a field. The description implies its own purpose but never states selection criteria, exclusions, or preconditions relative to other field-related tools.

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.