Skip to main content
Glama

update_program

Idempotent

Updates program details including name, cost, and publish status. Specify program ID and optional fields to modify.

Instructions

Update a program

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the program program to update
nameNoName of the program.
costNoThe price to be paid for this program.
cost_schemeNoHow should the program be paid by default.
is_publishedNoBoolean representing the publishable status of the program.
category_idNoIdentifier of the category of the program.
slugNoHuman readable identifier, unique per educator.
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?

Annotations already indicate the tool is mutating (readOnlyHint=false) and idempotent. The description adds no extra behavioral context beyond stating 'Update', missing details on side effects, permissions, or constraints.

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

Conciseness2/5

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

The description is a single sentence, which is too minimal. While not verbose, it lacks necessary detail and almost repeats the tool name, reducing its informative value.

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 complexity (11 parameters, nested objects) and lack of output schema, the description should explain what can be updated and constraints. It fails to provide sufficient context for safe and correct use.

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?

With 73% schema description coverage, the input schema already describes most parameters. The description does not add any parameter-specific meaning, but the baseline is 3 due to high 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 clearly states the verb 'Update' and the resource 'program', distinguishing it from create, delete, or get operations. However, it does not specify the scope of updatable fields, which would further clarify its purpose among many similar update tools.

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 is provided on when to use this tool versus alternatives like create_program or delete_program. There is no mention of prerequisites, context, or conditions for updating a program.

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