Blackboard Learn
Anthology Blackboard Learn REST APIs for courses, users, memberships, grades, and course content.
Tools
| Name | Description |
|---|---|
list_coursesList Blackboard Learn courses. | List Blackboard Learn courses. |
get_courseGet a Blackboard Learn course by ID, UUID, externalId, or courseId. | Get a Blackboard Learn course by ID, UUID, externalId, or courseId. |
create_courseCreate a Blackboard Learn course. | Create a Blackboard Learn course. |
update_coursePatch a Blackboard Learn course. | Patch a Blackboard Learn course. |
delete_courseDelete a Blackboard Learn course. | Delete a Blackboard Learn course. |
list_usersList Blackboard Learn users. | List Blackboard Learn users. |
get_userGet a Blackboard Learn user. | Get a Blackboard Learn user. |
create_userCreate a Blackboard Learn user. | Create a Blackboard Learn user. |
update_userPatch a Blackboard Learn user. | Patch a Blackboard Learn user. |
enroll_userCreate or update a user course membership. | Create or update a user course membership. |
unenroll_userRemove a user from a Blackboard Learn course. | Remove a user from a Blackboard Learn course. |
list_grade_columnsList gradebook columns for a Blackboard Learn course. | List gradebook columns for a Blackboard Learn course. |
update_gradeUpdate a user grade for a Blackboard Learn gradebook column. | Update a user grade for a Blackboard Learn gradebook column. |
list_contentList content items in a Blackboard Learn course. | List content items in a Blackboard Learn course. |
create_contentCreate a Blackboard Learn course content item. | Create a Blackboard Learn course content item. |
update_contentPatch a Blackboard Learn course content item. | Patch a Blackboard Learn course content item. |
delete_contentDelete a Blackboard Learn course content item. | Delete a Blackboard Learn course content item. |
Quick Start
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.
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.