Skip to main content
Glama

get_updates

Retrieve unread and update counters globally or for a specific course, so students can quickly identify new activity in Ufora.

Instructions

Return unread/update counters globally or for one course.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courseNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It never states that the tool is read-only, whether it requires authentication, what a 'counter' actually is, or how the two counter types (unread vs update) are shaped. For an unannotated tool this leaves the agent guessing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single compact sentence with the scope qualifier front-loaded after the action. Nothing is wasted, though it is arguably too terse for the behavioral gaps it leaves open.

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?

No output schema and no annotations exist, so the description must explain what a returned counter looks like and any safety profile. It says only that counters are returned, leaving return shape, count semantics, and read-only nature undocumented.

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 coverage is 0% and the single 'course' parameter has no description, so the description must compensate. The phrase 'globally or for one course' does usefully explain the omitted/null default behavior, but adds no format, type, or resolution detail beyond that.

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?

States a clear verb (Return) and resource (unread/update counters) with explicit scope (globally or for one course). It does not name or differentiate itself from any sibling such as get_announcements or get_course_overview, which is the only thing keeping it from a 5.

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 statement of when to use this tool versus the many sibling read tools, nor any prerequisites or exclusions. The only usage hint is the implicit global-vs-course scope, which is inference rather than guidance.

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