Skip to main content
Glama

package-search

Search Unity packages in the registry and locally. Retrieve versions and installation status to evaluate packages before installing. Uses prioritized matching for accurate results. Supports offline and live registry searches.

Instructions

Search for packages in both Unity Package Manager registry and installed packages. Use this to find packages by name before installing them. Returns available versions and installation status. Searches both the Unity registry and locally installed packages (including Git, local, and embedded sources). Results are prioritized: exact name match, exact display name match, name substring, display name substring, description substring. Note: Online mode fetches exact matches from live registry, then supplements with cached substring matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query string. Example: "animation", "com.unity.textmeshpro"
maxResultsNoMaximum number of results to return. Default: 1010
offlineModeNoWhether to perform the search in offline mode (uses cached registry data only). Default: true. Set to false to fetch latest exact matches from Unity registry.true
Behavior4/5

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

No annotations are provided, so description carries full burden. It discloses search sources (registry + installed), result prioritization order, and online mode behavior regarding caching. This provides good insight into the tool's behavior.

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 concise at 4 sentences, front-loaded with the main purpose followed by usage and details. Every sentence adds value without redundancy or wasted words.

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 with defaults, search behavior), the description covers key aspects: search scope, result prioritization, and online/offline behavior. However, it does not describe return format or error cases, but output schema absence means agent must infer. Still sufficient for typical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (all 3 parameters documented), so baseline is 3. The description adds value by providing examples for 'query', explaining default values for 'maxResults' and 'offlineMode', and clarifying what offline mode does, enhancing agent understanding beyond the schema.

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 tool searches for packages in Unity Package Manager registry and installed packages, using specific verbs and resources. It differentiates from siblings like package-add, package-list, and package-remove by specifying this is for finding packages before installing.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this to find packages by name before installing them,' which guides when to use. It explains search scope and prioritization but lacks explicit exclusions or alternatives, though the context with siblings implies usage boundaries.

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