> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# looker-content

> Looker Content - Manage content, boards, scheduled plans, and alerts

**Server path:** `/looker-content` | **Type:** Application | **PCID required:** Yes

## Tools

| Tool                                                                                                          | Description                          |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| [`looker_content_alert_notifications`](#looker_content_alert_notifications)                                   | Alert Notifications                  |
| [`looker_content_all_boards`](#looker_content_all_boards)                                                     | Get All Boards                       |
| [`looker_content_all_content_metadata_accesses`](#looker_content_all_content_metadata_accesses)               | Get All Content Metadata Accesses    |
| [`looker_content_all_content_metadatas`](#looker_content_all_content_metadatas)                               | Get All Content Metadatas            |
| [`looker_content_all_scheduled_plans`](#looker_content_all_scheduled_plans)                                   | Get All Scheduled Plans              |
| [`looker_content_board`](#looker_content_board)                                                               | Get Board                            |
| [`looker_content_create_alert`](#looker_content_create_alert)                                                 | Create an alert                      |
| [`looker_content_create_board`](#looker_content_create_board)                                                 | Create Board                         |
| [`looker_content_create_content_favorite`](#looker_content_create_content_favorite)                           | Create Favorite Content              |
| [`looker_content_create_content_metadata_access`](#looker_content_create_content_metadata_access)             | Create Content Metadata Access       |
| [`looker_content_create_scheduled_plan`](#looker_content_create_scheduled_plan)                               | Create Scheduled Plan                |
| [`looker_content_delete_alert`](#looker_content_delete_alert)                                                 | Delete an alert                      |
| [`looker_content_delete_board`](#looker_content_delete_board)                                                 | Delete Board                         |
| [`looker_content_delete_favorite`](#looker_content_delete_favorite)                                           | Delete Favorite Content              |
| [`looker_content_delete_metadata_access`](#looker_content_delete_metadata_access)                             | Delete Content Metadata Access       |
| [`looker_content_delete_scheduled_plan`](#looker_content_delete_scheduled_plan)                               | Delete Scheduled Plan                |
| [`looker_content_enqueue_alert`](#looker_content_enqueue_alert)                                               | Enqueue an alert                     |
| [`looker_content_favorite`](#looker_content_favorite)                                                         | Get Favorite Content                 |
| [`looker_content_follow_alert`](#looker_content_follow_alert)                                                 | Follow an alert                      |
| [`looker_content_get_alert`](#looker_content_get_alert)                                                       | Get an alert                         |
| [`looker_content_metadata`](#looker_content_metadata)                                                         | Get Content Metadata                 |
| [`looker_content_read_alert_notification`](#looker_content_read_alert_notification)                           | Read a Notification                  |
| [`looker_content_scheduled_plan`](#looker_content_scheduled_plan)                                             | Get Scheduled Plan                   |
| [`looker_content_scheduled_plan_run_once`](#looker_content_scheduled_plan_run_once)                           | Run Scheduled Plan Once              |
| [`looker_content_scheduled_plan_run_once_by_id`](#looker_content_scheduled_plan_run_once_by_id)               | Run Scheduled Plan Once by Id        |
| [`looker_content_scheduled_plans_for_dashboard`](#looker_content_scheduled_plans_for_dashboard)               | Scheduled Plans for Dashboard        |
| [`looker_content_scheduled_plans_for_look`](#looker_content_scheduled_plans_for_look)                         | Scheduled Plans for Look             |
| [`looker_content_scheduled_plans_for_lookml_dashboard`](#looker_content_scheduled_plans_for_lookml_dashboard) | Scheduled Plans for LookML Dashboard |
| [`looker_content_scheduled_plans_for_space`](#looker_content_scheduled_plans_for_space)                       | Scheduled Plans for Space            |
| [`looker_content_search_alerts`](#looker_content_search_alerts)                                               | Search Alerts                        |
| [`looker_content_search_boards`](#looker_content_search_boards)                                               | Search Boards                        |
| [`looker_content_search_content`](#looker_content_search_content)                                             | Search Content                       |
| [`looker_content_search_content_favorites`](#looker_content_search_content_favorites)                         | Search Favorite Contents             |
| [`looker_content_search_content_views`](#looker_content_search_content_views)                                 | Search Content Views                 |
| [`looker_content_search_scheduled_plans`](#looker_content_search_scheduled_plans)                             | Search Scheduled Plans               |
| [`looker_content_summary`](#looker_content_summary)                                                           | Search Content Summaries             |
| [`looker_content_thumbnail`](#looker_content_thumbnail)                                                       | Get Content Thumbnail                |
| [`looker_content_unfollow_alert`](#looker_content_unfollow_alert)                                             | Unfollow an alert                    |
| [`looker_content_update_alert`](#looker_content_update_alert)                                                 | Update an alert                      |
| [`looker_content_update_alert_field`](#looker_content_update_alert_field)                                     | Update select fields on an alert     |
| [`looker_content_update_board`](#looker_content_update_board)                                                 | Update Board                         |
| [`looker_content_update_content_metadata`](#looker_content_update_content_metadata)                           | Update Content Metadata              |
| [`looker_content_update_content_metadata_access`](#looker_content_update_content_metadata_access)             | Update Content Metadata Access       |
| [`looker_content_update_scheduled_plan`](#looker_content_update_scheduled_plan)                               | Update Scheduled Plan                |
| [`looker_content_validation`](#looker_content_validation)                                                     | Validate Content                     |

***

## looker\_content\_alert\_notifications

Alert Notifications

**Parameters:**

| Parameter | Type    | Required | Default | Description                                                                    |
| --------- | ------- | -------- | ------- | ------------------------------------------------------------------------------ |
| `limit`   | integer | No       | —       | (Optional) Number of results to return (used with `offset`).                   |
| `offset`  | integer | No       | —       | (Optional) Number of results to skip before returning any (used with `limit`). |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "limit": {
        "type": "integer",
        "description": "(Optional) Number of results to return (used with `offset`)."
      },
      "offset": {
        "type": "integer",
        "description": "(Optional) Number of results to skip before returning any (used with `limit`)."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_all\_boards

Get All Boards

**Parameters:**

| Parameter | Type   | Required | Default | Description       |
| --------- | ------ | -------- | ------- | ----------------- |
| `fields`  | string | No       | —       | Requested fields. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_all\_content\_metadata\_accesses

Get All Content Metadata Accesses

**Parameters:**

| Parameter             | Type   | Required | Default | Description            |
| --------------------- | ------ | -------- | ------- | ---------------------- |
| `content_metadata_id` | string | Yes      | —       | Id of content metadata |
| `fields`              | string | No       | —       | Requested fields.      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content_metadata_id": {
        "type": "string",
        "description": "Id of content metadata"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "content_metadata_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_all\_content\_metadatas

Get All Content Metadatas

**Parameters:**

| Parameter   | Type   | Required | Default | Description              |
| ----------- | ------ | -------- | ------- | ------------------------ |
| `parent_id` | string | Yes      | —       | Parent space of content. |
| `fields`    | string | No       | —       | Requested fields.        |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "parent_id": {
        "type": "string",
        "description": "Parent space of content."
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "parent_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_all\_scheduled\_plans

Get All Scheduled Plans

**Parameters:**

| Parameter   | Type    | Required | Default | Description                                                                                                      |
| ----------- | ------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------- |
| `user_id`   | string  | No       | —       | Return scheduled plans belonging to this user\_id. If not provided, returns scheduled plans owned by the caller. |
| `fields`    | string  | No       | —       | Comma delimited list of field names. If provided, only the fields specified will be included in the response     |
| `all_users` | boolean | No       | —       | Return scheduled plans belonging to all users (caller needs see\_schedules permission)                           |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "user_id": {
        "type": "string",
        "description": "Return scheduled plans belonging to this user_id. If not provided, returns scheduled plans owned by the caller."
      },
      "fields": {
        "type": "string",
        "description": "Comma delimited list of field names. If provided, only the fields specified will be included in the response"
      },
      "all_users": {
        "type": "boolean",
        "description": "Return scheduled plans belonging to all users (caller needs see_schedules permission)"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_board

Get Board

**Parameters:**

| Parameter  | Type   | Required | Default | Description       |
| ---------- | ------ | -------- | ------- | ----------------- |
| `board_id` | string | Yes      | —       | Id of board       |
| `fields`   | string | No       | —       | Requested fields. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "board_id": {
        "type": "string",
        "description": "Id of board"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "board_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_create\_alert

Create an alert

**Parameters:**

| Parameter | Type   | Required | Default | Description |
| --------- | ------ | -------- | ------- | ----------- |
| `body`    | object | Yes      | —       | Alert       |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "body": {
        "description": "Alert"
      }
    },
    "required": [
      "PCID",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_create\_board

Create Board

**Parameters:**

| Parameter | Type   | Required | Default | Description       |
| --------- | ------ | -------- | ------- | ----------------- |
| `fields`  | string | No       | —       | Requested fields. |
| `body`    | object | Yes      | —       | Board             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "body": {
        "description": "Board"
      }
    },
    "required": [
      "PCID",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_create\_content\_favorite

Create Favorite Content

**Parameters:**

| Parameter | Type   | Required | Default | Description      |
| --------- | ------ | -------- | ------- | ---------------- |
| `body`    | object | Yes      | —       | Favorite Content |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "body": {
        "description": "Favorite Content"
      }
    },
    "required": [
      "PCID",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_create\_content\_metadata\_access

Create Content Metadata Access

**Parameters:**

| Parameter                        | Type    | Required | Default | Description                                                          |
| -------------------------------- | ------- | -------- | ------- | -------------------------------------------------------------------- |
| `send_boards_notification_email` | boolean | No       | —       | Optionally sends notification email when granting access to a board. |
| `body`                           | object  | Yes      | —       | Content Metadata Access                                              |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "send_boards_notification_email": {
        "type": "boolean",
        "description": "Optionally sends notification email when granting access to a board."
      },
      "body": {
        "description": "Content Metadata Access"
      }
    },
    "required": [
      "PCID",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_create\_scheduled\_plan

Create Scheduled Plan

**Parameters:**

| Parameter | Type   | Required | Default | Description    |
| --------- | ------ | -------- | ------- | -------------- |
| `body`    | object | Yes      | —       | Scheduled Plan |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "body": {
        "description": "Scheduled Plan"
      }
    },
    "required": [
      "PCID",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_delete\_alert

Delete an alert

**Parameters:**

| Parameter  | Type   | Required | Default | Description    |
| ---------- | ------ | -------- | ------- | -------------- |
| `alert_id` | string | Yes      | —       | ID of an alert |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_id": {
        "type": "string",
        "description": "ID of an alert"
      }
    },
    "required": [
      "PCID",
      "alert_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_delete\_board

Delete Board

**Parameters:**

| Parameter  | Type   | Required | Default | Description |
| ---------- | ------ | -------- | ------- | ----------- |
| `board_id` | string | Yes      | —       | Id of board |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "board_id": {
        "type": "string",
        "description": "Id of board"
      }
    },
    "required": [
      "PCID",
      "board_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_delete\_favorite

Delete Favorite Content

**Parameters:**

| Parameter             | Type   | Required | Default | Description            |
| --------------------- | ------ | -------- | ------- | ---------------------- |
| `content_favorite_id` | string | Yes      | —       | Id of favorite content |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content_favorite_id": {
        "type": "string",
        "description": "Id of favorite content"
      }
    },
    "required": [
      "PCID",
      "content_favorite_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_delete\_metadata\_access

Delete Content Metadata Access

**Parameters:**

| Parameter                    | Type   | Required | Default | Description                   |
| ---------------------------- | ------ | -------- | ------- | ----------------------------- |
| `content_metadata_access_id` | string | Yes      | —       | Id of content metadata access |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content_metadata_access_id": {
        "type": "string",
        "description": "Id of content metadata access"
      }
    },
    "required": [
      "PCID",
      "content_metadata_access_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_delete\_scheduled\_plan

Delete Scheduled Plan

**Parameters:**

| Parameter           | Type   | Required | Default | Description       |
| ------------------- | ------ | -------- | ------- | ----------------- |
| `scheduled_plan_id` | string | Yes      | —       | Scheduled Plan Id |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "scheduled_plan_id": {
        "type": "string",
        "description": "Scheduled Plan Id"
      }
    },
    "required": [
      "PCID",
      "scheduled_plan_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_enqueue\_alert

Enqueue an alert

**Parameters:**

| Parameter  | Type    | Required | Default | Description                                               |
| ---------- | ------- | -------- | ------- | --------------------------------------------------------- |
| `alert_id` | string  | Yes      | —       | ID of an alert                                            |
| `force`    | boolean | No       | —       | Whether to enqueue an alert again if its already running. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_id": {
        "type": "string",
        "description": "ID of an alert"
      },
      "force": {
        "type": "boolean",
        "description": "Whether to enqueue an alert again if its already running."
      }
    },
    "required": [
      "PCID",
      "alert_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_favorite

Get Favorite Content

**Parameters:**

| Parameter             | Type   | Required | Default | Description            |
| --------------------- | ------ | -------- | ------- | ---------------------- |
| `content_favorite_id` | string | Yes      | —       | Id of favorite content |
| `fields`              | string | No       | —       | Requested fields.      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content_favorite_id": {
        "type": "string",
        "description": "Id of favorite content"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "content_favorite_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_follow\_alert

Follow an alert

**Parameters:**

| Parameter  | Type   | Required | Default | Description    |
| ---------- | ------ | -------- | ------- | -------------- |
| `alert_id` | string | Yes      | —       | ID of an alert |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_id": {
        "type": "string",
        "description": "ID of an alert"
      }
    },
    "required": [
      "PCID",
      "alert_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_get\_alert

Get an alert

**Parameters:**

| Parameter  | Type   | Required | Default | Description    |
| ---------- | ------ | -------- | ------- | -------------- |
| `alert_id` | string | Yes      | —       | ID of an alert |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_id": {
        "type": "string",
        "description": "ID of an alert"
      }
    },
    "required": [
      "PCID",
      "alert_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_metadata

Get Content Metadata

**Parameters:**

| Parameter             | Type   | Required | Default | Description            |
| --------------------- | ------ | -------- | ------- | ---------------------- |
| `content_metadata_id` | string | Yes      | —       | Id of content metadata |
| `fields`              | string | No       | —       | Requested fields.      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content_metadata_id": {
        "type": "string",
        "description": "Id of content metadata"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "content_metadata_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_read\_alert\_notification

Read a Notification

**Parameters:**

| Parameter               | Type   | Required | Default | Description          |
| ----------------------- | ------ | -------- | ------- | -------------------- |
| `alert_notification_id` | string | Yes      | —       | ID of a notification |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_notification_id": {
        "type": "string",
        "description": "ID of a notification"
      }
    },
    "required": [
      "PCID",
      "alert_notification_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_scheduled\_plan

Get Scheduled Plan

**Parameters:**

| Parameter           | Type   | Required | Default | Description       |
| ------------------- | ------ | -------- | ------- | ----------------- |
| `scheduled_plan_id` | string | Yes      | —       | Scheduled Plan Id |
| `fields`            | string | No       | —       | Requested fields. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "scheduled_plan_id": {
        "type": "string",
        "description": "Scheduled Plan Id"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "scheduled_plan_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_scheduled\_plan\_run\_once

Run Scheduled Plan Once

**Parameters:**

| Parameter | Type   | Required | Default | Description    |
| --------- | ------ | -------- | ------- | -------------- |
| `body`    | object | Yes      | —       | Scheduled Plan |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "body": {
        "description": "Scheduled Plan"
      }
    },
    "required": [
      "PCID",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_scheduled\_plan\_run\_once\_by\_id

Run Scheduled Plan Once by Id

**Parameters:**

| Parameter           | Type   | Required | Default | Description                                                                   |
| ------------------- | ------ | -------- | ------- | ----------------------------------------------------------------------------- |
| `scheduled_plan_id` | string | Yes      | —       | Id of schedule plan to copy and run                                           |
| `body`              | object | No       | —       | Property values to apply to the newly copied scheduled plan before running it |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "scheduled_plan_id": {
        "type": "string",
        "description": "Id of schedule plan to copy and run"
      },
      "body": {
        "description": "Property values to apply to the newly copied scheduled plan before running it"
      }
    },
    "required": [
      "PCID",
      "scheduled_plan_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_scheduled\_plans\_for\_dashboard

Scheduled Plans for Dashboard

**Parameters:**

| Parameter      | Type    | Required | Default | Description                                                     |
| -------------- | ------- | -------- | ------- | --------------------------------------------------------------- |
| `dashboard_id` | string  | Yes      | —       | Dashboard Id                                                    |
| `user_id`      | string  | No       | —       | User Id (default is requesting user if not specified)           |
| `all_users`    | boolean | No       | —       | Return scheduled plans belonging to all users for the dashboard |
| `fields`       | string  | No       | —       | Requested fields.                                               |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "dashboard_id": {
        "type": "string",
        "description": "Dashboard Id"
      },
      "user_id": {
        "type": "string",
        "description": "User Id (default is requesting user if not specified)"
      },
      "all_users": {
        "type": "boolean",
        "description": "Return scheduled plans belonging to all users for the dashboard"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "dashboard_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_scheduled\_plans\_for\_look

Scheduled Plans for Look

**Parameters:**

| Parameter   | Type    | Required | Default | Description                                                |
| ----------- | ------- | -------- | ------- | ---------------------------------------------------------- |
| `look_id`   | string  | Yes      | —       | Look Id                                                    |
| `user_id`   | string  | No       | —       | User Id (default is requesting user if not specified)      |
| `fields`    | string  | No       | —       | Requested fields.                                          |
| `all_users` | boolean | No       | —       | Return scheduled plans belonging to all users for the look |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "look_id": {
        "type": "string",
        "description": "Look Id"
      },
      "user_id": {
        "type": "string",
        "description": "User Id (default is requesting user if not specified)"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "all_users": {
        "type": "boolean",
        "description": "Return scheduled plans belonging to all users for the look"
      }
    },
    "required": [
      "PCID",
      "look_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_scheduled\_plans\_for\_lookml\_dashboard

Scheduled Plans for LookML Dashboard

**Parameters:**

| Parameter             | Type    | Required | Default | Description                                                     |
| --------------------- | ------- | -------- | ------- | --------------------------------------------------------------- |
| `lookml_dashboard_id` | string  | Yes      | —       | LookML Dashboard Id                                             |
| `user_id`             | string  | No       | —       | User Id (default is requesting user if not specified)           |
| `fields`              | string  | No       | —       | Requested fields.                                               |
| `all_users`           | boolean | No       | —       | Return scheduled plans belonging to all users for the dashboard |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "lookml_dashboard_id": {
        "type": "string",
        "description": "LookML Dashboard Id"
      },
      "user_id": {
        "type": "string",
        "description": "User Id (default is requesting user if not specified)"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "all_users": {
        "type": "boolean",
        "description": "Return scheduled plans belonging to all users for the dashboard"
      }
    },
    "required": [
      "PCID",
      "lookml_dashboard_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_scheduled\_plans\_for\_space

Scheduled Plans for Space

**Parameters:**

| Parameter  | Type   | Required | Default | Description       |
| ---------- | ------ | -------- | ------- | ----------------- |
| `space_id` | string | Yes      | —       | Space Id          |
| `fields`   | string | No       | —       | Requested fields. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "space_id": {
        "type": "string",
        "description": "Space Id"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      }
    },
    "required": [
      "PCID",
      "space_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_search\_alerts

Search Alerts

**Parameters:**

| Parameter        | Type    | Required | Default | Description                                                                                                    |
| ---------------- | ------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------- |
| `limit`          | integer | No       | —       | (Optional) Number of results to return (used with `offset`).                                                   |
| `offset`         | integer | No       | —       | (Optional) Number of results to skip before returning any (used with `limit`).                                 |
| `group_by`       | string  | No       | —       | (Optional) Dimension by which to order the results(`dashboard` \| `owner`)                                     |
| `fields`         | string  | No       | —       | (Optional) Requested fields.                                                                                   |
| `disabled`       | boolean | No       | —       | (Optional) Filter on returning only enabled or disabled alerts.                                                |
| `frequency`      | string  | No       | —       | (Optional) Filter on alert frequency, such as: monthly, weekly, daily, hourly, minutes                         |
| `condition_met`  | boolean | No       | —       | (Optional) Filter on whether the alert has met its condition when it last executed                             |
| `last_run_start` | string  | No       | —       | (Optional) Filter on the start range of the last time the alerts were run. Example: 2021-01-01T01:01:01-08:00. |
| `last_run_end`   | string  | No       | —       | (Optional) Filter on the start range of the last time the alerts were run. Example: 2021-01-01T01:01:01-08:00. |
| `all_owners`     | boolean | No       | —       | (Admin only) (Optional) Filter for all owners.                                                                 |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "limit": {
        "type": "integer",
        "description": "(Optional) Number of results to return (used with `offset`)."
      },
      "offset": {
        "type": "integer",
        "description": "(Optional) Number of results to skip before returning any (used with `limit`)."
      },
      "group_by": {
        "type": "string",
        "description": "(Optional) Dimension by which to order the results(`dashboard` | `owner`)"
      },
      "fields": {
        "type": "string",
        "description": "(Optional) Requested fields."
      },
      "disabled": {
        "type": "boolean",
        "description": "(Optional) Filter on returning only enabled or disabled alerts."
      },
      "frequency": {
        "type": "string",
        "description": "(Optional) Filter on alert frequency, such as: monthly, weekly, daily, hourly, minutes"
      },
      "condition_met": {
        "type": "boolean",
        "description": "(Optional) Filter on whether the alert has met its condition when it last executed"
      },
      "last_run_start": {
        "type": "string",
        "description": "(Optional) Filter on the start range of the last time the alerts were run. Example: 2021-01-01T01:01:01-08:00."
      },
      "last_run_end": {
        "type": "string",
        "description": "(Optional) Filter on the start range of the last time the alerts were run. Example: 2021-01-01T01:01:01-08:00."
      },
      "all_owners": {
        "type": "boolean",
        "description": "(Admin only) (Optional) Filter for all owners."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_search\_boards

Search Boards

**Parameters:**

| Parameter    | Type    | Required | Default | Description                                                                                                  |
| ------------ | ------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------ |
| `title`      | string  | No       | —       | Matches board title.                                                                                         |
| `created_at` | string  | No       | —       | Matches the timestamp for when the board was created.                                                        |
| `first_name` | string  | No       | —       | The first name of the user who created this board.                                                           |
| `last_name`  | string  | No       | —       | The last name of the user who created this board.                                                            |
| `fields`     | string  | No       | —       | Requested fields.                                                                                            |
| `favorited`  | boolean | No       | —       | Return favorited boards when true.                                                                           |
| `creator_id` | string  | No       | —       | Filter on boards created by a particular user.                                                               |
| `sorts`      | string  | No       | —       | The fields to sort the results by                                                                            |
| `page`       | integer | No       | —       | DEPRECATED. Use limit and offset instead. Return only page N of paginated results                            |
| `per_page`   | integer | No       | —       | DEPRECATED. Use limit and offset instead. Return N rows of data per page                                     |
| `offset`     | integer | No       | —       | Number of results to skip before returning any. (used with limit and takes priority over page and per\_page) |
| `limit`      | integer | No       | —       | Number of results to return. (used with offset and takes priority over page and per\_page)                   |
| `filter_or`  | boolean | No       | —       | Combine given search criteria in a boolean OR expression                                                     |
| `permission` | string  | No       | —       | Filter results based on permission, either show (default) or update                                          |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "title": {
        "type": "string",
        "description": "Matches board title."
      },
      "created_at": {
        "type": "string",
        "description": "Matches the timestamp for when the board was created."
      },
      "first_name": {
        "type": "string",
        "description": "The first name of the user who created this board."
      },
      "last_name": {
        "type": "string",
        "description": "The last name of the user who created this board."
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "favorited": {
        "type": "boolean",
        "description": "Return favorited boards when true."
      },
      "creator_id": {
        "type": "string",
        "description": "Filter on boards created by a particular user."
      },
      "sorts": {
        "type": "string",
        "description": "The fields to sort the results by"
      },
      "page": {
        "type": "integer",
        "description": "DEPRECATED. Use limit and offset instead. Return only page N of paginated results"
      },
      "per_page": {
        "type": "integer",
        "description": "DEPRECATED. Use limit and offset instead. Return N rows of data per page"
      },
      "offset": {
        "type": "integer",
        "description": "Number of results to skip before returning any. (used with limit and takes priority over page and per_page)"
      },
      "limit": {
        "type": "integer",
        "description": "Number of results to return. (used with offset and takes priority over page and per_page)"
      },
      "filter_or": {
        "type": "boolean",
        "description": "Combine given search criteria in a boolean OR expression"
      },
      "permission": {
        "type": "string",
        "description": "Filter results based on permission, either show (default) or update"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_search\_content

Search Content

**Parameters:**

| Parameter  | Type    | Required | Default | Description                                                                                                  |
| ---------- | ------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------ |
| `terms`    | string  | Yes      | —       | Search terms                                                                                                 |
| `fields`   | string  | No       | —       | Requested fields.                                                                                            |
| `types`    | string  | No       | —       | Content types requested (dashboard, look, lookml\_dashboard).                                                |
| `limit`    | integer | No       | —       | Number of results to return. (used with offset and takes priority over page and per\_page)                   |
| `offset`   | integer | No       | —       | Number of results to skip before returning any. (used with limit and takes priority over page and per\_page) |
| `page`     | integer | No       | —       | DEPRECATED. Use limit and offset instead. Return only page N of paginated results                            |
| `per_page` | integer | No       | —       | DEPRECATED. Use limit and offset instead. Return N rows of data per page                                     |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "terms": {
        "type": "string",
        "description": "Search terms"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "types": {
        "type": "string",
        "description": "Content types requested (dashboard, look, lookml_dashboard)."
      },
      "limit": {
        "type": "integer",
        "description": "Number of results to return. (used with offset and takes priority over page and per_page)"
      },
      "offset": {
        "type": "integer",
        "description": "Number of results to skip before returning any. (used with limit and takes priority over page and per_page)"
      },
      "page": {
        "type": "integer",
        "description": "DEPRECATED. Use limit and offset instead. Return only page N of paginated results"
      },
      "per_page": {
        "type": "integer",
        "description": "DEPRECATED. Use limit and offset instead. Return N rows of data per page"
      }
    },
    "required": [
      "PCID",
      "terms"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_search\_content\_favorites

Search Favorite Contents

**Parameters:**

| Parameter             | Type    | Required | Default | Description                                                                                                                                                |
| --------------------- | ------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`                  | string  | No       | —       | Match content favorite id(s)                                                                                                                               |
| `user_id`             | string  | No       | —       | Match user id(s). To create a list of multiple ids, use commas as separators                                                                               |
| `content_metadata_id` | string  | No       | —       | Match content metadata id(s). To create a list of multiple ids, use commas as separators                                                                   |
| `dashboard_id`        | string  | No       | —       | Match dashboard id(s). To create a list of multiple ids, use commas as separators                                                                          |
| `look_id`             | string  | No       | —       | Match look id(s). To create a list of multiple ids, use commas as separators                                                                               |
| `board_id`            | string  | No       | —       | Match board id(s). To create a list of multiple ids, use commas as separators                                                                              |
| `lookml_dashboard_id` | string  | No       | —       | Match lookml dashboard id(s). To create a list of multiple ids, use commas as separators                                                                   |
| `include_board_items` | boolean | No       | —       | If true, and board\_id is provided, returns the content favorites for all items on the board. If false, returns the content favorite for the board itself. |
| `limit`               | integer | No       | —       | Number of results to return. (used with offset)                                                                                                            |
| `offset`              | integer | No       | —       | Number of results to skip before returning any. (used with limit)                                                                                          |
| `sorts`               | string  | No       | —       | Fields to sort by.                                                                                                                                         |
| `fields`              | string  | No       | —       | Requested fields.                                                                                                                                          |
| `filter_or`           | boolean | No       | —       | Combine given search criteria in a boolean OR expression                                                                                                   |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "id": {
        "type": "string",
        "description": "Match content favorite id(s)"
      },
      "user_id": {
        "type": "string",
        "description": "Match user id(s). To create a list of multiple ids, use commas as separators"
      },
      "content_metadata_id": {
        "type": "string",
        "description": "Match content metadata id(s). To create a list of multiple ids, use commas as separators"
      },
      "dashboard_id": {
        "type": "string",
        "description": "Match dashboard id(s). To create a list of multiple ids, use commas as separators"
      },
      "look_id": {
        "type": "string",
        "description": "Match look id(s). To create a list of multiple ids, use commas as separators"
      },
      "board_id": {
        "type": "string",
        "description": "Match board id(s). To create a list of multiple ids, use commas as separators"
      },
      "lookml_dashboard_id": {
        "type": "string",
        "description": "Match lookml dashboard id(s). To create a list of multiple ids, use commas as separators"
      },
      "include_board_items": {
        "type": "boolean",
        "description": "If true, and board_id is provided, returns the content favorites for all items on the board. If false, returns the content favorite for the board itself."
      },
      "limit": {
        "type": "integer",
        "description": "Number of results to return. (used with offset)"
      },
      "offset": {
        "type": "integer",
        "description": "Number of results to skip before returning any. (used with limit)"
      },
      "sorts": {
        "type": "string",
        "description": "Fields to sort by."
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "filter_or": {
        "type": "boolean",
        "description": "Combine given search criteria in a boolean OR expression"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_search\_content\_views

Search Content Views

**Parameters:**

| Parameter             | Type    | Required | Default | Description                                                                    |
| --------------------- | ------- | -------- | ------- | ------------------------------------------------------------------------------ |
| `view_count`          | string  | No       | —       | Match view count                                                               |
| `group_id`            | string  | No       | —       | Match Group Id                                                                 |
| `look_id`             | string  | No       | —       | Match look\_id                                                                 |
| `dashboard_id`        | string  | No       | —       | Match dashboard\_id                                                            |
| `content_metadata_id` | string  | No       | —       | Match content metadata id                                                      |
| `start_of_week_date`  | string  | No       | —       | Match start of week date (format is "YYYY-MM-DD")                              |
| `all_time`            | boolean | No       | —       | True if only all time view records should be returned                          |
| `user_id`             | string  | No       | —       | Match user id                                                                  |
| `fields`              | string  | No       | —       | Requested fields                                                               |
| `limit`               | integer | No       | —       | Number of results to return. Use with `offset` to manage pagination of results |
| `offset`              | integer | No       | —       | Number of results to skip before returning data                                |
| `sorts`               | string  | No       | —       | Fields to sort by                                                              |
| `filter_or`           | boolean | No       | —       | Combine given search criteria in a boolean OR expression                       |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "view_count": {
        "type": "string",
        "description": "Match view count"
      },
      "group_id": {
        "type": "string",
        "description": "Match Group Id"
      },
      "look_id": {
        "type": "string",
        "description": "Match look_id"
      },
      "dashboard_id": {
        "type": "string",
        "description": "Match dashboard_id"
      },
      "content_metadata_id": {
        "type": "string",
        "description": "Match content metadata id"
      },
      "start_of_week_date": {
        "type": "string",
        "description": "Match start of week date (format is \"YYYY-MM-DD\")"
      },
      "all_time": {
        "type": "boolean",
        "description": "True if only all time view records should be returned"
      },
      "user_id": {
        "type": "string",
        "description": "Match user id"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields"
      },
      "limit": {
        "type": "integer",
        "description": "Number of results to return. Use with `offset` to manage pagination of results"
      },
      "offset": {
        "type": "integer",
        "description": "Number of results to skip before returning data"
      },
      "sorts": {
        "type": "string",
        "description": "Fields to sort by"
      },
      "filter_or": {
        "type": "boolean",
        "description": "Combine given search criteria in a boolean OR expression"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_search\_scheduled\_plans

Search Scheduled Plans

**Parameters:**

| Parameter             | Type    | Required | Default | Description                                                                                                      |
| --------------------- | ------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------- |
| `user_id`             | string  | No       | —       | Return scheduled plans belonging to this user\_id. If not provided, returns scheduled plans owned by the caller. |
| `fields`              | string  | No       | —       | Comma delimited list of field names. If provided, only the fields specified will be included in the response     |
| `all_users`           | boolean | No       | —       | Return scheduled plans belonging to all users (caller needs see\_schedules permission)                           |
| `limit`               | integer | No       | —       | Number of results to return. (used with offset and takes priority over page and per\_page)                       |
| `offset`              | integer | No       | —       | Number of results to skip before returning any. (used with limit and takes priority over page and per\_page)     |
| `sorts`               | string  | No       | —       | Fields to sort by.                                                                                               |
| `name`                | string  | No       | —       | Match Scheduled plan's name.                                                                                     |
| `user_first_name`     | string  | No       | —       | Returns scheduled plans belonging to user with this first name.                                                  |
| `user_last_name`      | string  | No       | —       | Returns scheduled plans belonging to user with this last name.                                                   |
| `dashboard_id`        | string  | No       | —       | Returns scheduled plans created on this Dashboard.                                                               |
| `look_id`             | string  | No       | —       | Returns scheduled plans created on this Look.                                                                    |
| `lookml_dashboard_id` | string  | No       | —       | Returns scheduled plans created on this LookML Dashboard.                                                        |
| `recipient`           | string  | No       | —       | Match recipient address.                                                                                         |
| `destination_type`    | string  | No       | —       | Match scheduled plan's destination type.                                                                         |
| `delivery_format`     | string  | No       | —       | Match scheduled plan's delivery format.                                                                          |
| `filter_or`           | boolean | No       | —       | Combine given search criteria in a boolean OR expression                                                         |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "user_id": {
        "type": "string",
        "description": "Return scheduled plans belonging to this user_id. If not provided, returns scheduled plans owned by the caller."
      },
      "fields": {
        "type": "string",
        "description": "Comma delimited list of field names. If provided, only the fields specified will be included in the response"
      },
      "all_users": {
        "type": "boolean",
        "description": "Return scheduled plans belonging to all users (caller needs see_schedules permission)"
      },
      "limit": {
        "type": "integer",
        "description": "Number of results to return. (used with offset and takes priority over page and per_page)"
      },
      "offset": {
        "type": "integer",
        "description": "Number of results to skip before returning any. (used with limit and takes priority over page and per_page)"
      },
      "sorts": {
        "type": "string",
        "description": "Fields to sort by."
      },
      "name": {
        "type": "string",
        "description": "Match Scheduled plan's name."
      },
      "user_first_name": {
        "type": "string",
        "description": "Returns scheduled plans belonging to user with this first name."
      },
      "user_last_name": {
        "type": "string",
        "description": "Returns scheduled plans belonging to user with this last name."
      },
      "dashboard_id": {
        "type": "string",
        "description": "Returns scheduled plans created on this Dashboard."
      },
      "look_id": {
        "type": "string",
        "description": "Returns scheduled plans created on this Look."
      },
      "lookml_dashboard_id": {
        "type": "string",
        "description": "Returns scheduled plans created on this LookML Dashboard."
      },
      "recipient": {
        "type": "string",
        "description": "Match recipient address."
      },
      "destination_type": {
        "type": "string",
        "description": "Match scheduled plan's destination type."
      },
      "delivery_format": {
        "type": "string",
        "description": "Match scheduled plan's delivery format."
      },
      "filter_or": {
        "type": "boolean",
        "description": "Combine given search criteria in a boolean OR expression"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_summary

Search Content Summaries

**Parameters:**

| Parameter             | Type    | Required | Default | Description                                                                                     |
| --------------------- | ------- | -------- | ------- | ----------------------------------------------------------------------------------------------- |
| `fields`              | string  | No       | —       | Comma-delimited names of fields to return in responses. Omit for all fields                     |
| `limit`               | integer | No       | —       | Number of results to return. (used with offset)                                                 |
| `offset`              | integer | No       | —       | Number of results to skip before returning any. (used with limit)                               |
| `target_group_id`     | string  | No       | —       | Match group id                                                                                  |
| `target_user_id`      | string  | No       | —       | Match user id                                                                                   |
| `target_content_type` | string  | No       | —       | Content type to match, options are: look, dashboard. Can be provided as a comma delimited list. |
| `sorts`               | string  | No       | —       | Fields to sort by                                                                               |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "string",
        "description": "Comma-delimited names of fields to return in responses. Omit for all fields"
      },
      "limit": {
        "type": "integer",
        "description": "Number of results to return. (used with offset)"
      },
      "offset": {
        "type": "integer",
        "description": "Number of results to skip before returning any. (used with limit)"
      },
      "target_group_id": {
        "type": "string",
        "description": "Match group id"
      },
      "target_user_id": {
        "type": "string",
        "description": "Match user id"
      },
      "target_content_type": {
        "type": "string",
        "description": "Content type to match, options are: look, dashboard. Can be provided as a comma delimited list."
      },
      "sorts": {
        "type": "string",
        "description": "Fields to sort by"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_thumbnail

Get Content Thumbnail

**Parameters:**

| Parameter     | Type    | Required | Default | Description                                                                |
| ------------- | ------- | -------- | ------- | -------------------------------------------------------------------------- |
| `type`        | string  | Yes      | —       | Either dashboard or look                                                   |
| `resource_id` | string  | Yes      | —       | ID of the dashboard or look to render                                      |
| `reload`      | string  | No       | —       | Whether or not to refresh the rendered image with the latest content       |
| `theme`       | string  | No       | —       | Light or dark background. Default is "light"                               |
| `format`      | string  | No       | —       | A value of png produces a thumbnail in PNG format instead of SVG (default) |
| `width`       | integer | No       | —       | The width of the image if format is supplied                               |
| `height`      | integer | No       | —       | The height of the image if format is supplied                              |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "type": {
        "type": "string",
        "description": "Either dashboard or look"
      },
      "resource_id": {
        "type": "string",
        "description": "ID of the dashboard or look to render"
      },
      "reload": {
        "type": "string",
        "description": "Whether or not to refresh the rendered image with the latest content"
      },
      "theme": {
        "type": "string",
        "description": "Light or dark background. Default is \"light\""
      },
      "format": {
        "type": "string",
        "description": "A value of png produces a thumbnail in PNG format instead of SVG (default)"
      },
      "width": {
        "type": "integer",
        "description": "The width of the image if format is supplied"
      },
      "height": {
        "type": "integer",
        "description": "The height of the image if format is supplied"
      }
    },
    "required": [
      "PCID",
      "type",
      "resource_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_unfollow\_alert

Unfollow an alert

**Parameters:**

| Parameter  | Type   | Required | Default | Description    |
| ---------- | ------ | -------- | ------- | -------------- |
| `alert_id` | string | Yes      | —       | ID of an alert |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_id": {
        "type": "string",
        "description": "ID of an alert"
      }
    },
    "required": [
      "PCID",
      "alert_id"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_update\_alert

Update an alert

**Parameters:**

| Parameter  | Type   | Required | Default | Description    |
| ---------- | ------ | -------- | ------- | -------------- |
| `alert_id` | string | Yes      | —       | ID of an alert |
| `body`     | object | Yes      | —       | Alert          |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_id": {
        "type": "string",
        "description": "ID of an alert"
      },
      "body": {
        "description": "Alert"
      }
    },
    "required": [
      "PCID",
      "alert_id",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_update\_alert\_field

Update select fields on an alert

**Parameters:**

| Parameter  | Type   | Required | Default | Description    |
| ---------- | ------ | -------- | ------- | -------------- |
| `alert_id` | string | Yes      | —       | ID of an alert |
| `body`     | object | Yes      | —       | Alert          |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "alert_id": {
        "type": "string",
        "description": "ID of an alert"
      },
      "body": {
        "description": "Alert"
      }
    },
    "required": [
      "PCID",
      "alert_id",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_update\_board

Update Board

**Parameters:**

| Parameter  | Type   | Required | Default | Description       |
| ---------- | ------ | -------- | ------- | ----------------- |
| `board_id` | string | Yes      | —       | Id of board       |
| `fields`   | string | No       | —       | Requested fields. |
| `body`     | object | Yes      | —       | Board             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "board_id": {
        "type": "string",
        "description": "Id of board"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "body": {
        "description": "Board"
      }
    },
    "required": [
      "PCID",
      "board_id",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_update\_content\_metadata

Update Content Metadata

**Parameters:**

| Parameter             | Type   | Required | Default | Description            |
| --------------------- | ------ | -------- | ------- | ---------------------- |
| `content_metadata_id` | string | Yes      | —       | Id of content metadata |
| `body`                | object | Yes      | —       | Content Metadata       |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content_metadata_id": {
        "type": "string",
        "description": "Id of content metadata"
      },
      "body": {
        "description": "Content Metadata"
      }
    },
    "required": [
      "PCID",
      "content_metadata_id",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_update\_content\_metadata\_access

Update Content Metadata Access

**Parameters:**

| Parameter                    | Type   | Required | Default | Description                   |
| ---------------------------- | ------ | -------- | ------- | ----------------------------- |
| `content_metadata_access_id` | string | Yes      | —       | Id of content metadata access |
| `body`                       | object | Yes      | —       | Content Metadata Access       |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content_metadata_access_id": {
        "type": "string",
        "description": "Id of content metadata access"
      },
      "body": {
        "description": "Content Metadata Access"
      }
    },
    "required": [
      "PCID",
      "content_metadata_access_id",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_update\_scheduled\_plan

Update Scheduled Plan

**Parameters:**

| Parameter           | Type   | Required | Default | Description       |
| ------------------- | ------ | -------- | ------- | ----------------- |
| `scheduled_plan_id` | string | Yes      | —       | Scheduled Plan Id |
| `body`              | object | Yes      | —       | Scheduled Plan    |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "scheduled_plan_id": {
        "type": "string",
        "description": "Scheduled Plan Id"
      },
      "body": {
        "description": "Scheduled Plan"
      }
    },
    "required": [
      "PCID",
      "scheduled_plan_id",
      "body"
    ]
  }
  ```
</Expandable>

***

## looker\_content\_validation

Validate Content

**Parameters:**

| Parameter       | Type      | Required | Default | Description                                 |
| --------------- | --------- | -------- | ------- | ------------------------------------------- |
| `fields`        | string    | No       | —       | Requested fields.                           |
| `project_names` | string\[] | No       | —       | Optional list of project names to filter by |
| `space_ids`     | string\[] | No       | —       | Optional list of space ids to filter by     |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "string",
        "description": "Requested fields."
      },
      "project_names": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Optional list of project names to filter by"
      },
      "space_ids": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Optional list of space ids to filter by"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>
