Skip to main content
Glama

Get Blackboard course content

get_course_content
Read-only

Retrieve a Blackboard course's content items—folders, documents, assignments, tests, links—with hierarchy expanded. Pass a folder_id to drill deeper into a specific folder. Read-only.

Instructions

List a course’s content items (folders, documents, files, assignments, tests, links) from Blackboard. Hierarchy is expanded a couple of folder levels; pass folder_id to go deeper into one folder. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYesBlackboard course id from list_courses, e.g. "_26184_1" (course code also accepted).
folder_idNoContent id of a folder to list instead of the course root.
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description reinforces the read-only nature. It adds meaningful behavioral detail beyond annotations by disclosing that hierarchy is only expanded 'a couple of folder levels' and that folder_id allows deeper navigation. It does not mention pagination or result size limits, but with annotations covering the safety profile this is sufficient.

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 two concise sentences with no filler. It front-loads the primary purpose, then adds the key behavior and a read-only note. Every sentence 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?

The description is complete enough for correct invocation: it identifies the required course_id, the optional folder_id, the expected content types, and the hierarchy expansion behavior. With no output schema, it could have briefly described the returned item shape, but the openWorldHint and the tool's name cover enough ground.

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 the schema already documents both course_id and folder_id clearly. The description adds the phrase 'go deeper into one folder' for folder_id, which slightly clarifies its purpose, but this is largely redundant with the schema's 'list instead of the course root.' The baseline of 3 is appropriate.

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 begins with a specific verb and object: 'List a course’s content items' and enumerates the item types (folders, documents, files, assignments, tests, links). This makes the tool's purpose immediately clear and helps distinguish it from sibling tools like get_grades or get_announcements.

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 gives clear context for when to use this tool: to browse a course's content hierarchy. It also explains how to navigate deeper with folder_id. It does not explicitly mention exclusions or alternatives such as 'for assignment details, use get_assignments,' so it falls short of a 5.

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/alanwtom/blackboard-mcp'

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