Skip to main content
Glama

create_program

Create educational programs in Eduframe by specifying name, category, pricing scheme, and course content to organize learning materials.

Instructions

Create a program

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the program.
category_idYesIdentifier of the category of the program.
cost_schemeYesHow should the program be paid by default.
costNoThe price to be paid for this program. Required if cost_scheme is student (default value) or order.
is_publishedNoBoolean representing the publishable status of the program.
label_idsNoIDs of the labels
customNo
custom_associationsNo
course_tab_contents_attributesNo
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 states the mutation type ('Create') but lacks critical details: idempotency, error handling (what if category_id is invalid?), side effects, or the return value structure (despite no output schema being defined).

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 three-word description is technically concise with no filler, but it is under-specified rather than efficiently informative. Given the tool's complexity (9 parameters including nested objects), extreme brevity here represents a failure to front-load critical domain context.

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?

For a tool with 9 parameters, nested array objects (course_tab_contents_attributes), conditional logic (cost required based on cost_scheme), and numerous siblings with similar names, the description is grossly incomplete. It fails to explain business rules or the domain model hierarchy (program vs edition vs element).

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 description coverage is 67% (6 of 9 parameters have descriptions). While the description adds no parameter-specific guidance, the baseline score of 3 applies since the schema adequately documents most fields, though it leaves custom, custom_associations, and course_tab_contents_attributes under-documented.

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

Purpose2/5

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

The description 'Create a program' is a tautology that restates the tool name (create_program) without adding specificity. It fails to distinguish this tool from siblings like create_program_edition or create_program_element, leaving ambiguity about what constitutes a 'program' in this 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?

No guidance provided on when to use this tool versus alternatives (e.g., create_program_edition), prerequisites (e.g., existing category_id), or the relationship between cost_scheme and cost parameters. The description offers no operational context.

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/martijnpieters/eduframe-mcp'

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