Skip to main content
Glama

AI-Portal Enterprise GenAI Briefing

Search the AI glossary

search_glossary

Search AI-Portal's glossary of AI/GenAI terms. Returns term, definition, category, and a usage example.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch text, matched against term, abbreviation, and definition
categoryNo

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries full burden. It only describes output, not behaviors like read-only nature, pagination, rate limits, or side effects. The agent gets no behavioral hints beyond the action.

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?

Two sentences, front-loaded with action and result. Every word contributes. No unnecessary details.

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?

Adequate for a simple search tool, but lacks mention of edge cases (empty results, pagination) and does not explain the category parameter's role clearly. Slightly below what is needed for full agent autonomy.

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 coverage is 50% (only query has description). The tool description does not explain the category parameter or how it filters results. It adds no value beyond the schema for query, failing to compensate for the missing category description.

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 searches a glossary and returns specific fields (term, definition, category, usage example). The title reinforces this. It distinguishes from siblings (news, regulations, releases) by focusing on glossary terms.

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?

No guidance on when to use this tool vs alternatives. There is no mention of when not to use it or which sibling tool might be better for related but different tasks.

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.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool serves a distinct purpose: news, regulations, releases, and glossary. There is no functional overlap, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_*, list_*, search_*), with clear and predictable naming.

Tool Count5/5

With 4 tools, the set is compact yet sufficiently covers the core information needs for a GenAI briefing server.

Completeness4/5

The tools cover news, regulations, releases, and glossary, but lack a tool for generating briefings or summaries, which would be a natural addition for a briefing server.

Resources