Skip to main content
Glama
praxicraft-platform

Praxicraft Assess MCP

Official

create_assessment

Define a new assessment draft with title, team, scoring, and security settings, then attach cases and PATCH status to activate.

Instructions

Create a draft assessment (attach cases, then PATCH status to active)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
team_idNo
pool_modeNo
tag_quotasNo
descriptionNo
passing_scoreNo
pool_settingsNo
assignment_sizeNo
shuffle_strategyNo
enforce_fullscreenNo
time_limit_minutesNo
copy_paste_disabledNo
notify_on_completionNo
screen_recording_enabledNo
webcam_recording_enabledNo
session_recording_enabledNo
violation_review_thresholdNo
Behavior4/5

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

With no annotations provided, the description must disclose behavior. It notes that the assessment is created as a draft and explicitly separates activation as a later PATCH step, so the agent understands creation does not publish. It doesn't mention permissions, validation, or response structure, but these are secondary for a simple create operation.

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, compact sentence that front-loads the primary purpose and then provides a concise workflow hint. Every word earns its place; no fluff.

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

Completeness2/5

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

The tool has 17 parameters, no output schema, and no annotations. The description only provides a high-level workflow and neglects parameter semantics, prerequisites, or what the response contains. For such a complex tool, this is inadequate for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description provides zero parameter-level guidance. With 17 parameters, including complex fields like pool_settings, tag_quotas, and shuffle_strategy, the description does nothing to explain their meaning or interrelationships. This is a major gap.

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 states the action: create an assessment, and specifies it's a draft. It also indicates the workflow (attach cases, then PATCH status to active), which distinguishes it from updates or duplicates. This is specific and unambiguous.

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 implies when to use this tool: to create a draft assessment that will later be activated. It indirectly contrasts with update_assessment and duplicate_assessment, but doesn't explicitly name alternatives or exclusions. The workflow hint is useful, though not fully prescriptive.

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