Skip to main content
Glama

movahedi.ca Privacy Data

Browse the privacy glossary

privacy_list_glossary_terms
Read-onlyIdempotent

Browse the 260+ term Canadian privacy glossary with optional text search or first-letter filtering. Use this to explore which terms exist, find the right slug for privacy_lookup_glossary_term, or gather definitions on a topic. Results are paginated: follow next_offset while has_more is true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum terms to return in this call.
queryNoSearch term names and definitions.
offsetNoNumber of matching terms to skip. Use next_offset to page forward.
starts_withNoOnly terms whose slug starts with this letter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
termsYesMatching glossary terms.
has_moreYesTrue when more results exist beyond this page.
truncatedYesTrue when results were shortened to fit the 50 KB output cap. Use the paginated REST API for the full set.
next_offsetYesPass as 'offset' in the next call to continue paging. Null when has_more is false.
total_countYesTotal number of matches across all pages.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover safety (readOnlyHint, idempotentHint, destructiveHint), so the description's burden is lower. It adds substantive pagination behavior: 'follow next_offset while has_more is true,' which is a useful operational instruction beyond what annotations provide. It does not contradict 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?

Three sentences with zero repetition or filler. The first sentence states purpose and scope, the second gives use cases, and the third delivers the key pagination rule. Information is front-loaded and each sentence earns its place.

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

Completeness5/5

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

For a read-only browse tool with an output schema present and thorough annotations, this description is complete. It covers what the tool does, when to use it, and the critical pagination protocol. The presence of an output schema means return-value details are already structured, and no missing context prevents an agent from invoking it correctly.

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 baseline is 3. The description only summarizes the schema's existing search/filter behavior ('optional text search or first-letter filtering') without adding new parameter-level semantics. It gives no extra guidance on limits, offsets, or patterns beyond what the schema already describes.

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 opens with a clear verb and resource: 'Browse the 260+ term Canadian privacy glossary' and immediately distinguishes it from siblings by stating it is for exploring terms and finding slugs for privacy_lookup_glossary_term. It also mentions optional search/filter scoping, making the tool's role unambiguous.

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

Usage Guidelines5/5

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

Explicitly tells agents when to use this tool: 'explore which terms exist, find the right slug for privacy_lookup_glossary_term, or gather definitions on a topic.' It names the sibling it feeds and implies the alternative (direct slug lookup), giving clear usage context with no guesswork.

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.

Resources