> ## 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.

# snipeit

> IT asset management

**Server path:** `/snipeit` | **Type:** Application | **PCID required:** Yes

## Tools

| Tool                                                    | Description                                                                      |
| ------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [`snipeit_list_locations`](#snipeit_list_locations)     | List all locations in the Snipe-IT asset management system                       |
| [`snipeit_list_consumables`](#snipeit_list_consumables) | List all consumables (printer ink, office supplies, etc.) in the Snipe-IT system |

***

## snipeit\_list\_locations

List all locations in the Snipe-IT asset management system

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

***

## snipeit\_list\_consumables

List all consumables (printer ink, office supplies, etc.) in the Snipe-IT system

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