Skip to main content
Glama
viftode4
by viftode4

search_catalog

Read-onlyIdempotent

Find courses in TU Delft's Brightspace catalog by search query, returning course detail URLs and pagination links.

Instructions

Search TU Delft's current Brightspace Discover catalog using the same login. Returns course detail URLs and visible pagination links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
queryNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds that it returns course detail URLs and visible pagination links, which is useful behavioral context about the output. No contradiction with annotations.

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?

One sentence, front-loaded with the purpose, and includes the return type. No redundant words or filler.

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?

With 2 undocumented parameters, no output schema, and many similar search tools, the description lacks essential guidance on parameter usage and selection criteria. The mention of 'same login' hints at authentication but not prerequisites.

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

Parameters2/5

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

Schema has zero description coverage for the two parameters (url and query). The description does not explain what these parameters mean or how they should be used, leaving an agent to guess whether url is a base URL or optional, and what query expects.

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?

Clear verb 'search' with specific resource 'Brightspace Discover catalog', and it mentions the return of course detail URLs and pagination links. It differentiates from siblings like search_study_guide and search_course_materials by resource, though it doesn't explicitly name alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for catalog searches but doesn't state when to prefer this over search_study_guide or search_course_materials. No exclusions or explicit context for tool selection among many search siblings.

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