Skip to main content
Glama

search_canvas_tools

Read-only

Find Canvas MCP tools and TypeScript API functions by keyword. Filter tool names, signatures, or full details to locate the exact action needed.

Instructions

Search available Canvas tools by keyword — both the registered MCP tools (e.g. list_peer_reviews, create_assignment) and the TypeScript code-execution API used by execute_typescript().

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch term to filter tools (empty = all)
detail_levelNo"names" (names/paths only), "signatures" (recommended), or "full" (fuller descriptions/file contents)signatures
Behavior3/5

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

Annotations declare readOnlyHint=true, so the agent already knows this is a safe read operation. The description adds useful scope information by clarifying that the search covers both registered MCP tools and the TypeScript code-execution API, but it does not disclose return format, pagination, or other behavioral details. With annotations covering the safety profile, this is adequate but not rich.

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 focused sentence that front-loads the action and resource, provides helpful parenthetical examples, and then clarifies the important second search category. Every part earns its place, with no 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?

For a tool with two optional parameters, full schema description coverage, and a readOnlyHint annotation, the description is largely sufficient: it names the target, the two categories searched, and concrete examples. It does not explicitly describe the output shape, but the detail_level enum already communicates the names/signatures/full variants, so the missing return-format details are not critical.

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 documents both parameters fully: query has a default and explanation ('empty = all'), and detail_level has an enum with per-value descriptions. The description adds no parameter-specific meaning beyond the general keyword-search concept, so the baseline of 3 applies.

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 uses a specific verb ('Search') and a clear resource ('available Canvas tools'), and it goes further by explicitly defining the scope as both registered MCP tools and the TypeScript code-execution API. This distinguishes it from all sibling tools, which operate on courses, assignments, discussions, and similar domain objects rather than on the tool catalog itself.

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 establishes clear context: this is the discovery/search tool for finding available tools by keyword, with concrete examples and a note that it also covers the TypeScript API. It does not explicitly name alternatives or say when not to use it, but no sibling tool offers a comparable search capability, so the intended use is well implied.

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/vishalsachdev/canvas-mcp'

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