Skip to main content
Glama

edubase_post_integration_transfer

Transfer integration access to designated users, enabling connectivity with external educational tools and data synchronization within the learning platform.

Instructions

Transfer integration to user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
integrationYesintegration identification string
userYesuser identification string

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesthe user identification string
contentYes
successYesoperation was successful
Behavior2/5

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

The description adds no behavioral context beyond what annotations already provide. While annotations indicate this is a non-read-only, non-destructive operation, the description does not explain what happens to the previous assignee, whether the transfer is immediate, or what the output schema represents. With annotations covering the safety profile, the description offers minimal additional value.

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 description is extremely brief at four words with no redundant content, earning points for lack of bloat. However, 'appropriately sized' is questionable given the complexity of transfer operations; the single sentence fails to earn its place due to underspecification rather than efficient communication.

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?

While the existence of an output schema excuses the description from explaining return values, the description remains inadequate for a mutation tool. It fails to explain side effects, error conditions (e.g., integration already assigned), or the business logic of transferring integrations within the edubase domain.

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 100% schema description coverage ('integration identification string', 'user identification string'), the schema adequately documents the parameters. The description adds no additional semantic information (e.g., whether these are UUIDs, emails, or usernames), meriting the baseline score for well-documented schemas.

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 'Transfer integration to user' is essentially a tautology that restates the tool name and annotation title. While it identifies the verb (transfer) and resource (integration), it fails to define what 'transfer' means in this context (ownership change? assignment? sharing?) and does not distinguish this tool from sibling transfer operations (class_transfer, course_transfer, etc.).

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 provides no guidance on when to use this tool versus alternatives like edubase_patch_integration or edubase_post_integration_permission. It omits prerequisites (e.g., does the user need pre-existing permissions?) and fails to indicate whether this operation is reversible or idempotent.

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/EduBase/MCP'

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