Skip to main content
Glama

blackboard_assessments

Read-onlyIdempotent

Find course assessments and read their accessible metadata while respecting permission restrictions.

Instructions

Discover assessments or read accessible assessment metadata. Permission-denied authoring fields are not bypassed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
courseYes
offsetNo
content_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
dataNo
errorNo
messageNo
serviceNolocal
warningsNo
truncatedNo
next_actionNo
next_offsetNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, openWorld, and non-destructive behavior. The description adds a meaningful behavioral nuance: permission-denied authoring fields are not bypassed, which clarifies exactly what 'accessible' means. This goes beyond the annotation hints and helps set expectations for access control.

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 only two sentences with no redundant phrasing. The core purpose is front-loaded in the first sentence, and the second sentence adds a valuable caveat without unnecessary detail.

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

Completeness3/5

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

The tool has four parameters but the description omits any mention of pagination (limit/offset) or filtering by content_id, relying on conventional parameter names and an output schema. The permission caveat is helpful, but the missing parameter guidance and lack of usage direction leave the definition only minimally adequate for a 4-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description provides no explanation of the four parameters (course, content_id, limit, offset). An agent is left to infer that course is a contextual scope, content_id filters, and limit/offset paginate—none of which is explicitly stated. The description fails to compensate for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (assessments) and the operation (discover/read accessible metadata), which is specific enough to signal the domain. However, it does not explicitly contrast with sibling tools like blackboard_content or blackboard_grades, so the boundary is implied rather than stated with full clarity.

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?

There is no guidance on when to use this tool instead of related alternatives such as blackboard_content or blackboard_grades. The sentence about permission-denied fields is a limitation note, not a usage directive, leaving the agent without conditions or exclusions to select the right tool.

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

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/victor-gurbani/IEStudentMCP'

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