Skip to main content
Glama
praxicraft-platform

Praxicraft Assess MCP

Official

list_platform_cases

List curated platform cases with filters for type, track, difficulty, and search. Use cursor pagination to navigate through results.

Instructions

Browse curated platform cases (safe metadata; cursor-paginated)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
trackNo
cursorNoOpaque cursor from next_cursor / previous_cursor of a prior page
searchNo
page_sizeNoResults per page (default 20, max 100)
difficultyNo
Behavior3/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 states the operation is 'safe' (non-destructive) and cursor-paginated, which are useful behavioral traits. However, it does not describe the output structure, filtering behavior beyond the fact it is curated, or any rate limits or auth requirements.

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 core purpose ('Browse curated platform cases') and appends a useful parenthetical on safety and pagination. There is no wasted verbiage and it is appropriately sized.

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?

Given the tool has 6 parameters and no output schema or annotations, the description is too sparse. It does not explain the filter parameters (type, track, search, difficulty) nor what the response looks like beyond pagination. An agent would have to guess at several parameter meanings, making this incomplete for confident 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 only 33% (only cursor and page_size have descriptions), and the tool description adds little for the remaining parameters. It mentions 'curated' which logically implies filters, but it does not explain the semantics of type, track, search, or difficulty. The description fails to compensate for the low schema coverage.

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 specific verb ('browse') and resource ('curated platform cases'), which distinguishes it from sibling tools like list_cases and list_assessment_cases by implying a curated subset. It is clear about the action and scoping, though it does not explicitly name the distinction from those siblings.

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 gives no guidance on when to use this tool versus alternatives. It does not mention list_cases, list_assessment_cases, or any exclusion conditions, leaving the agent to infer the differences. The word 'curated' hints at a context, but there is no explicit when/why.

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