Skip to main content
Glama
asaje379
by asaje379

create-class

Create a new Parse class with optional field definitions, including types like Pointer and Relation, to structure your data schema.

Instructions

Create a new Parse class with optional field definitions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoField definitions. Each field should have 'type' and optionally 'targetClass' for pointers/relations
classNameYesThe name of the new class
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action without explaining side effects, such as whether class creation is idempotent, what happens if the class already exists, or any permission requirements. This is a gap for a mutation tool.

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 purpose. It contains no fluff or redundant repetition of the tool name or schema details.

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

Completeness3/5

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

For a simple create operation with full schema coverage, the description is minimally adequate. However, with no annotations and no output schema, it lacks context about return values, error behavior, and how this tool relates to siblings like add-field or delete-class. The description is complete enough for basic use but leaves gaps.

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?

Both parameters (className and fields) have descriptions in the schema, so schema coverage is 100%. The description's mention of 'optional field definitions' adds little beyond the schema's field description. It doesn't provide additional syntax or format details, so the baseline of 3 is appropriate.

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 identifies the action ('Create'), the resource ('Parse class'), and the optional scope ('with optional field definitions'). It distinguishes this from sibling tools like create-object (creates objects, not classes) and delete-class (removes classes).

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 implicitly indicates when to use this tool (to create a new class) but provides no explicit guidance on alternatives or exclusions. For instance, it doesn't mention that add-field can add fields later, or what happens when creating an existing class. There is no clear when/not-to-use guidance.

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/asaje379/parse-mcp-server'

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