Skip to main content
Glama

Lovie Company Formation

Get Saved View

saved_view_get_saved_view
Read-only

GetSavedView retrieves a single saved view by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
savedViewNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedOutput schema / properties / savedView / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "color": {
      +        "type": "string"
      +      },
      +      "columns": {
      +        "items": {
      +          "properties": {
      +            "fieldId": {
      +              "anyOf": [
      +                {
      +                  "description": "UUID value wrapper.",
      +                  "properties": {
      +                    "value": {
      +                      "format": "uuid",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "formatOverride": {
      +              "anyOf": [
      +                {
      +                  "additionalProperties": true,
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "pinned": {
      +              "enum": [
      +                "COLUMN_PIN_UNSPECIFIED",
      +                "COLUMN_PIN_NONE",
      +                "COLUMN_PIN_LEFT",
      +                "COLUMN_PIN_RIGHT"
      +              ],
      +              "type": "string"
      +            },
      +            "relatedRef": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "datatableCode": {
      +                      "anyOf": [
      +                        {
      +                          "description": "Lowercase kebab-case code identifier.",
      +                          "properties": {
      +                            "value": {
      +                              "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      +                              "type": "string"
      +                            }
      +                          },
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "fieldId": {
      +                      "anyOf": [
      +                        {
      +                          "description": "UUID value wrapper.",
      +                          "properties": {
      +                            "value": {
      +                              "format": "uuid",
      +                              "type": "string"
      +                            }
      +                          },
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    }
      +                  },
      +                  "required": [
      +                    "datatableCode",
      +                    "fieldId"
      +                  ],
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "sortOrder": {
      +              "type": "integer"
      +            },
      +            "visible": {
      +              "type": "boolean"
      +            },
      +            "width": {
      +              "type": "integer"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "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"
      +          }
      +        ]
      +      },
      +      "createdByUserId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "datatableCode": {
      +        "anyOf": [
      +          {
      +            "description": "Lowercase kebab-case code identifier.",
      +            "properties": {
      +              "value": {
      +                "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "filters": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "gridColumnState": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "gridFilterModel": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "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"
      +          }
      +        ]
      +      },
      +      "quickFilterText": {
      +        "type": "string"
      +      },
      +      "scope": {
      +        "enum": [
      +          "SAVED_VIEW_SCOPE_UNSPECIFIED",
      +          "SAVED_VIEW_SCOPE_USER",
      +          "SAVED_VIEW_SCOPE_COMPANY"
      +        ],
      +        "type": "string"
      +      },
      +      "selectedCustomFieldIds": {
      +        "items": {
      +          "description": "UUID value wrapper.",
      +          "properties": {
      +            "value": {
      +              "format": "uuid",
      +              "type": "string"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "sort": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "updatedAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "companyId",
      +      "createdByUserId",
      +      "name"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / savedView / properties
      Removed value: -{
      -  "color": {
      -    "type": "string"
      -  },
      -  "columns": {
      -    "items": {
      -      "properties": {
      -        "fieldId": {
      -          "description": "UUID value wrapper.",
      -          "properties": {
      -            "value": {
      -              "format": "uuid",
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "formatOverride": {
      -          "additionalProperties": true,
      -          "type": "object"
      -        },
      -        "pinned": {
      -          "enum": [
      -            "COLUMN_PIN_UNSPECIFIED",
      -            "COLUMN_PIN_NONE",
      -            "COLUMN_PIN_LEFT",
      -            "COLUMN_PIN_RIGHT"
      -          ],
      -          "type": "string"
      -        },
      -        "relatedRef": {
      -          "properties": {
      -            "datatableCode": {
      -              "description": "Lowercase kebab-case code identifier.",
      -              "properties": {
      -                "value": {
      -                  "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      -                  "type": "string"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "fieldId": {
      -              "description": "UUID value wrapper.",
      -              "properties": {
      -                "value": {
      -                  "format": "uuid",
      -                  "type": "string"
      -                }
      -              },
      -              "type": "object"
      -            }
      -          },
      -          "required": [
      -            "datatableCode",
      -            "fieldId"
      -          ],
      -          "type": "object"
      -        },
      -        "sortOrder": {
      -          "type": "integer"
      -        },
      -        "visible": {
      -          "type": "boolean"
      -        },
      -        "width": {
      -          "type": "integer"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "companyId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "createdByUserId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "datatableCode": {
      -    "description": "Lowercase kebab-case code identifier.",
      -    "properties": {
      -      "value": {
      -        "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "filters": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "gridColumnState": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "gridFilterModel": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "name": {
      -    "description": "Human-readable name (1-255 Unicode chars).",
      -    "properties": {
      -      "value": {
      -        "maxLength": 255,
      -        "minLength": 1,
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "quickFilterText": {
      -    "type": "string"
      -  },
      -  "scope": {
      -    "enum": [
      -      "SAVED_VIEW_SCOPE_UNSPECIFIED",
      -      "SAVED_VIEW_SCOPE_USER",
      -      "SAVED_VIEW_SCOPE_COMPANY"
      -    ],
      -    "type": "string"
      -  },
      -  "selectedCustomFieldIds": {
      -    "items": {
      -      "description": "UUID value wrapper.",
      -      "properties": {
      -        "value": {
      -          "format": "uuid",
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "sort": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "updatedAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / properties / savedView / required
      Removed value: -[
      -  "companyId",
      -  "createdByUserId",
      -  "name"
      -]
    • removedOutput schema / properties / savedView / 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 no behavioral context beyond 'retrieves a single saved view by ID' – no mention of error behavior, permissions, or what happens if the ID is not found. With annotations covering the read-only nature, a 3 is appropriate.

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 front-loads the verb and resource. It is appropriately sized for a simple get-by-ID tool, though it could have added a brief note about the nested id structure without becoming verbose.

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 read-only get-by-ID tool with a full output schema and 100% parameter coverage, the description is minimally adequate. It does not explain what a saved view is or how to obtain the ID, but those are likely discoverable from sibling list tools. The output schema covers return values, so no gap there.

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 'id' is described as a 'UUID value wrapper' with a nested 'value' string. The description adds no additional meaning beyond the schema, so the baseline 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?

The description states a specific verb ('retrieves') and resource ('a single saved view by ID'), which clearly distinguishes it from list-style siblings like saved_view_get_list_saved_views and saved_view_get_default_saved_view. It lacks a bit of detail about what a saved view is, but the core purpose 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 Guidelines3/5

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

The description implies usage: use this when you need one saved view by ID. It does not explicitly contrast with saved_view_get_list_saved_views or saved_view_get_default_saved_view, though the sibling names make the distinction fairly obvious. No explicit when-not-to-use guidance is given.

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.