# Summoned

**Description**\
List every currently summoned custom item (both plugin-defined and API-defined), including their serial, id, status (pickup vs item), name, and current owner (if any).

**Command / Invocation**\
`uci summoned`

**Visible args**\
`(none)`

**Required permission**\
`uci.summoned`

**Aliases**\
(none)

**Example usage**\
`uci summoned`

**Behavior notes**

* Iterates `SummonedCustomItem.List` and `SummonedAPICustomItem.List` and produces a table-like output.
* Useful for debugging and admin oversight of spawned/custom items at runtime.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uci.ucserver.it/uncomplicatedcustomitems/api/commands/admin-commands/summoned.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
