Skip to main content
Glama

Jithox EU business checks

monitor_sources

Read-onlyIdempotent

Watch the tenant's APPROVED sources (own changelog, notes, RSS feeds, GitHub releases, approved pages) for real changes and store grounded signal records for drafting. Reads only registered https sources (SSRF-guarded); writes only this tenant's Memory Vault. Never posts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxSourcesNoHow many due sources to check this run (default 5, max 5).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior1/5

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

The description says it 'writes only this tenant's Memory Vault,' which directly contradicts the annotation readOnlyHint=true. This is a serious side-effect inconsistency, so the behavioral transparency score must be 1 despite the otherwise useful SSRF and scope details.

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 two sentences with no filler. It front-loads the purpose, then packs security behavior, write scope, and a clear exclusion into the second sentence.

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?

The description covers source types, SSRF guard, write target, and non-posting behavior, which is strong for a simple one-parameter tool. However, the readOnlyHint contradiction undermines the overall picture, and no return behavior is described even though there is no output schema.

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% for the single optional maxSources parameter, so the description doesn't need to repeat it. The description adds no extra parameter-level meaning, so the baseline 3 applies.

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 the specific verb 'Watch' and names exact approved sources (changelog, notes, RSS, GitHub releases, approved pages), making the tool's resource and action unmistakable. It also distinguishes itself from publishing tools with 'Never posts.'

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

Usage Guidelines4/5

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

It provides clear context: use this to monitor approved sources and store grounded signals for drafting. It also gives exclusions via 'reads only registered https sources' and 'Never posts,' though it does not explicitly name sibling tools or spell out when not to use it.

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.