Weavz
Blackboard Learn

Blackboard Learn

Anthology Blackboard Learn REST APIs for courses, users, memberships, grades, and course content.

17 tools
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_courses

List Blackboard Learn courses.

get_course

Get a Blackboard Learn course by ID, UUID, externalId, or courseId.

create_course

Create a Blackboard Learn course.

update_course

Patch a Blackboard Learn course.

delete_course

Delete a Blackboard Learn course.

list_users

List Blackboard Learn users.

get_user

Get a Blackboard Learn user.

create_user

Create a Blackboard Learn user.

update_user

Patch a Blackboard Learn user.

enroll_user

Create or update a user course membership.

unenroll_user

Remove a user from a Blackboard Learn course.

list_grade_columns

List gradebook columns for a Blackboard Learn course.

update_grade

Update a user grade for a Blackboard Learn gradebook column.

list_content

List content items in a Blackboard Learn course.

create_content

Create a Blackboard Learn course content item.

update_content

Patch a Blackboard Learn course content item.

delete_content

Delete a Blackboard Learn course content item.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('blackboard', 'list_courses', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'blackboard',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Blackboard Learn to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Blackboard Learn support?

Blackboard Learn supports 17 tools including List Courses, Get Course, Create Course, Update Course, Delete Course, and more.

Can I use Blackboard Learn with AI agents?

Yes. Add Blackboard Learn to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Blackboard Learn to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Blackboard Learn as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Blackboard Learn tools exposed by that workspace.

Does Blackboard Learn work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Blackboard Learn work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Blackboard Learn?

Blackboard Learn exposes 17 tools, including List Courses, Get Course, Create Course, Update Course, Delete Course, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Blackboard Learn be used in stateful agent workflows?

Yes. Agents can combine Blackboard Learn tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Blackboard Learn use?

Blackboard Learn uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Blackboard Learn integration cost?

The Blackboard Learn integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Blackboard Learn in minutes

Get 20,000 free action executions every month. No credit card required.