Skip to main content
Glama

plate_kit

Retrieves a kit manifest with file sizes, licences, paths, upstream URLs, loading steps, and gotchas. Call with no name to list kits.

Instructions

The manifest for a local Plate kit: every file with its size, licence and local path, the exact upstream download URLs, how to load it, and the gotchas that cost hours. Call with no name to list the kits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoKit name, for example 'stadium' or 'product-card'. Omit to list what is available.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It is rich in this regard, spelling out exactly what kind of information the manifest exposes and noting the no-name listing behavior. It does not mention side effects, permissions, or failure modes, but nothing in the text suggests destructive 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 compact and front-loaded: it first states the core resource and contents, then gives the key usage variant. Every sentence adds value and there is no repetition or filler.

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

Completeness5/5

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

For a tool with one optional parameter and no output schema, this description gives sufficient context for an agent to know what it returns, what its scope is, and how to invoke the listing variant. Nothing critical is missing.

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 coverage is 100%, and the schema already documents the optional name parameter and the omit-to-list behavior. The description reinforces this by saying 'Call with no name to list the kits,' but adds little meaning beyond the schema.

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

Purpose4/5

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

The description clearly identifies the resource as a local Plate kit manifest and enumerates its contents (sizes, licenses, local paths, upstream URLs, loading instructions, gotchas), plus the no-name call to list kits. It lacks an explicit verb like 'retrieves' or 'returns', but the usage instruction makes the operation clear and it is distinct from sibling tools.

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 gives a clear operational instruction: call with no name to list kits. However, it does not explicitly state when to choose this tool over siblings such as plate_license, plate_catalog, or plate_inspect, or provide exclusions or alternatives.

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

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/ohad6k/plate'

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