Skip to main content
Glama

package-list

List installed Unity packages to check versions, sources, and dependencies before adding or removing packages from your project.

Instructions

List all packages installed in the Unity project (UPM packages). Returns information about each installed package including name, version, source, and description. Use this to check which packages are currently installed before adding or removing packages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceFilterNoFilter packages by source. Values: [All, Registry, Embedded, Local, Git, BuiltIn, LocalTarball]0
nameFilterNoFilter packages by name, display name, or description (case-insensitive). Results are prioritized: exact name match, exact display name match, name substring, display name substring, description substring.
directDependenciesOnlyNoInclude only direct dependencies (packages in manifest.json). If false, includes all resolved packages. Default: falsefalse
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool lists packages and returns specific information, which implies a read-only operation, but does not explicitly mention permissions, rate limits, or potential side effects. While it covers basic behavior, it lacks details on error conditions or performance characteristics that would be helpful for an agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose and followed by usage guidance. Every sentence adds value without redundancy, making it efficient and easy to parse for an AI agent. No unnecessary details are included.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is mostly complete: it explains what the tool does, when to use it, and what information it returns. However, it lacks details on output format (e.g., structure of returned data) and error handling, which could be useful for an agent despite the absence of an output schema.

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%, so the schema fully documents the parameters (sourceFilter, nameFilter, directDependenciesOnly). The description does not add any parameter-specific details beyond what the schema provides, such as examples or edge cases. Baseline 3 is appropriate as the schema handles the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('List all packages'), identifies the resource ('installed in the Unity project (UPM packages)'), and distinguishes it from siblings like 'package-add' and 'package-remove' by focusing on listing rather than modifying packages. It explicitly mentions what information is returned (name, version, source, description), making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool: 'Use this to check which packages are currently installed before adding or removing packages.' This directly contrasts with siblings 'package-add' and 'package-remove' by positioning it as a prerequisite check, offering clear context for selection among related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/butterlatte-zhang/unity-ai-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server