Skip to main content
Glama
praxicraft-platform

Praxicraft Assess MCP

Official

create_case

Create a custom assessment case for your organization by specifying title, description, case type, and question, with optional settings for points, rubric, difficulty, and more.

Instructions

Create a custom org case

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
titleYes
pointsNo
rubricNo
optionsNo
languageNo
questionYes
case_typeYes
difficultyNo
descriptionYes
starter_codeNo
allow_multipleNo
expected_outputNo
time_limit_minutesNo
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. 'Create' implies a mutating operation, but nothing is said about side effects, required permissions, reversibility, or what the response contains. The description is silent on all behavioral aspects beyond the basic action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise—one sentence with no wasted words—and is appropriately front-loaded with the core action. However, its brevity comes at the cost of substance; it adds little beyond a restatement of the tool's purpose and does not justify its own existence beyond a minimal gloss.

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

Completeness1/5

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

Given the tool's high complexity (14 parameters, 4 required, no output schema, no annotations), the description is woefully insufficient. An agent would have no idea what inputs to provide, how to construct a valid request, or what to expect in return. The description only offers the most superficial overview.

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

Parameters1/5

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

Schema description coverage is 0%, meaning none of the 14 parameters (including the 4 required ones) are explained in the description. The parameter names and types alone do not convey semantics like expected formats, constraints, or relationships. The description fails to compensate for the schema's lack of explanations.

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 states a clear verb ('Create') and resource ('custom org case'), which distinguishes it from creating an assessment or other entities. However, it does not elaborate on what constitutes a 'case' or how it differs from platform cases, leaving some ambiguity for an agent unfamiliar with the domain.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like create_assessment or when a case should be created. No conditions, prerequisites, or exclusions are mentioned, leaving the agent to infer usage from the tool name alone.

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/praxicraft-platform/praxicraft-assess-mcp'

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