Skip to main content
Glama

list_scripts_by_assembly

Retrieve all C# script paths belonging to a specified assembly name or .asmdef file to locate scripts within that assembly.

Instructions

List C# script paths that belong to a given assembly (by name or asmdef path).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assembly_name_or_pathYesAssembly name e.g. Assembly-CSharp or path to .asmdef
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states a read operation ('List'), but lacks details on error handling, performance implications, or whether it includes nested paths. The absence of such context leaves gaps for an AI 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 a single, concise sentence that front-loads the core function. Every word serves a purpose, and no extraneous information is present.

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?

For a simple list tool with one parameter, the description adequately specifies inputs and outputs. It could optionally mention recursion depth or behavior for missing assemblies, but the current setup is largely sufficient given the low complexity.

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?

The input schema already describes the single parameter clearly ('Assembly name e.g. Assembly-CSharp or path to .asmdef'), and schema coverage is 100%. The description confirms 'by name or asmdef path' but adds no new semantic value.

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 explicitly states the action ('List'), the resource ('C# script paths'), and the filtering criterion ('belong to a given assembly by name or asmdef path'), distinguishing it clearly from siblings like 'list_scripts' and 'list_assemblies'.

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

Usage Guidelines3/5

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

The description implies the tool is for retrieving scripts filtered by assembly, but it provides no explicit guidance on when to use it over alternative tools (e.g., find_scripts_by_content) or situations where it might be inappropriate.

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/rachitkumarrastogi/unity-mcp-server'

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