Skip to main content
Glama

connorgallic

list_reading_log

List Connor Gallic's public AI reading log: Discord research links, Brain summaries, saved AI papers, repos, tools, and build candidates. Optional filters: query, theme, week, latestOnly, and buildOnly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weekNoFilter by ISO archive week id, e.g. "2026-W25".
queryNoFree-text filter over title, summary, domain, tags, and Brain summary.
themeNoFilter by theme, e.g. "Agent security", "Web ingestion", or "Skill routing".
buildOnlyNoIf true, only return entries Brain marked as worth building.
latestOnlyNoIf true, only return entries from the rolling current window.

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It clearly states the tool lists public data, implying read-only behavior, but does not explicitly disclose permissions, rate limits, or data freshness expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with a colon separating purpose from filter options. No unnecessary words, but could be slightly more structured for quick scanning.

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?

For a straightforward listing tool with 5 optional parameters and no output schema, the description sufficiently covers what the tool does and what it returns. All relevant filter categories are mentioned.

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 lists filter names but adds no extra meaning beyond what the schema already provides for each parameter.

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 uses a specific verb ('List'), clearly identifies the resource ('Connor Gallic's public AI reading log'), and enumerates content types (Discord links, Brain summaries, etc.), distinguishing it from sibling tools like list_products or list_writing.

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?

No explicit guidance on when to use this tool vs. alternatives like get_catalog or recommend_action. The description implies usage for querying reading log entries with optional filters but lacks when-not-to-use or sibling comparisons.

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

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: catalog overview, personal profile, single blog post, products list, reading log, writing list, and action recommendation. No apparent overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent 'verb_noun' pattern with 'get', 'list', and 'recommend' verbs, making it predictable and easy to understand.

Tool Count5/5

Seven tools is ideal for this personal portfolio server, covering profile, products, blog, reading log, and a recommendation action without being too sparse or overwhelming.

Completeness4/5

The tool surface covers the main aspects of the personal brand: profile, products, writing, reading log, and a recommendation. A minor gap is the lack of a tool to list all categories or tags, but filters partially address this.

Resources