Skip to main content
Glama

edubase_post_content_transfer

Transfer ownership of any educational content—class, course, exam, quiz, video, and more—to another user. Confirm the target user first to reassign content securely.

Instructions

Transfer the ownership of a content (class, course, event, exam, integration, organization, Quiz set, SCORM learning material, tag or video) to another user. Confirm with the user first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYestype of the content (scorm: SCORM learning material, quiz: Quiz set)
userYesuser identification string
contentYesidentification string of the content (e.g. the exam identification string if type is exam)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYes
contentYes
successYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.0.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate a non-read-only, non-idempotent mutation. The description adds one meaningful behavioral note: confirm with the user first. However, it does not disclose whether the transfer is reversible, whether the previous owner loses access immediately, or what input constraints apply to the target user.

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 sentence with no filler. It front-loads the action and resource, enumerates valid content types efficiently, and appends a concise safety instruction. Every part earns its place.

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

Completeness4/5

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

Given the schema fully documents the three required parameters and the output schema exists, the description is largely sufficient. It covers the main user-facing caveat (confirmation). It could be slightly stronger by noting the transfer's effect on the current owner, but nothing critical is missing for invoking the tool.

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 100%, so all three parameters are documented with types and examples. The description adds no new parameter semantics beyond the schema; it only restates the operation. A baseline score of 3 is appropriate because the schema carries the full weight.

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 states a clear action ('Transfer the ownership') and a specific resource, followed by an exhaustive list of supported content types. It distinguishes itself from the sibling tools because it is the only ownership-transfer operation in the set.

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 makes the use case obvious: transfer ownership of supported content to another user. It also adds the operational guideline to confirm with the user first. It does not name alternative tools, but no sibling offers this operation, so the guidance is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools