Skip to main content
Glama

Islam West Africa Collection (IWAC)

Get audiovisual details

get_audiovisual
Read-onlyIdempotent

Get one audiovisual record by id: full description and transcription (where one exists), creator/publishing channel, duration, medium, subjects, places, language, rights, source, and three distinct links — url (the IWAC page, the one to cite), external_url (where a harvested video plays) and media_url (a deposited file). source_type says which to expect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audiovisual_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Added

TDQS

A4/5.0
Behavior4/5

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

The description adds significant behavioral context beyond annotations: it details the specific links returned (url, external_url, media_url) and the `source_type` field, which helps the agent understand the response structure. Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description aligns with these (no contradiction).

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 a single, dense sentence that front-loads the core action ('Get one audiovisual record by id') and lists return fields efficiently. Every phrase adds value; there is no redundancy.

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?

Given the simple input (one integer ID), the detailed list of returned fields, and the absence of output schema, the description is quite complete. It lacks only explicit usage guidance (e.g., when to prefer search_audiovisual) and notes on optional/conditional fields like transcription.

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%, so the description must compensate. It does not explain the `audiovisual_id` parameter beyond its type/integer, though the purpose is clear from context (the record's ID). For 1 parameter with 0% coverage, the description provides no extra semantics, earning a baseline 3.

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 clearly states the tool gets one audiovisual record by ID, and enumerates all the fields returned (description, transcription, creator, duration, etc.), distinguishing it from siblings like list_audiovisual or search_audiovisual.

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?

The description implies usage when you have a specific audiovisual_id and need full details, but it does not explicitly say when to use this tool versus alternatives (e.g., list_audiovisual for listing, search_audiovisual for filtering), nor does it mention any prerequisites or limitations (e.g., not all items have transcription).

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.