Skip to main content
Glama

Erik Bethke's Blog & Knowledge Graph

search_blog_posts

Read-only

Search and list blog posts on erikbethke.com. Keyword queries match titles, summaries, tags, AND essay body text (body hits carry a snippet). Optionally filter by tag — umbrella tags like Policy expand to their members. Sorted by date descending; paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOptional tag filter (e.g. "AI", "Game Design", "Policy")
pageNoPage number for paging past the first results (default 1)
limitNoMax results (default 20, max 50)
queryNoOptional keyword to search in titles, summaries, and tags

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds significant behavioral detail: keyword queries match body text with snippets, umbrella tags expand to members, results are sorted by date descending, and pagination is available. This gives the agent a solid understanding of the tool's runtime behavior.

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 well-structured sentences, front-loaded with the core purpose, and every clause adds essential detail. There is no redundant or extraneous text.

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 tool with no output schema, the description covers the main contextual needs: what content is searched, filtering behavior, sorting, and pagination. It could also describe the result shape more explicitly (e.g., list of post summaries with title/date/url), but the snippet mention and filter semantics provide reasonable completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description enriches parameter meaning: it clarifies that 'query' also searches essay body text (the schema only mentions titles/summaries/tags) and explains that umbrella tags like Policy expand. This adds value beyond the raw schema definitions.

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's function: 'Search and list blog posts on erikbethke.com.' It uses specific verbs (search, list) and identifies the resource, distinguishing it from siblings like get_blog_post which retrieves a single post.

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?

The description provides context on when to use the tool by explaining its search/filter behavior, including matching body text, tag umbrella expansion, and pagination. It does not explicitly contrast with alternatives, but the guidance is clear enough for an agent to decide when this tool applies.

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.3/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: single post retrieval, graph traversal, series navigation, site metadata, project listing, guestbook read/write, search, and quote verification. Even the related/series tools have explicit disambiguation in their descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: get, list, read, search, sign, verify. No mixed conventions or vague verbs.

Tool Count5/5

With 9 tools, the set is well-scoped for a blog/knowledge-graph server. Each tool earns its place and there is no redundancy or bloat.

Completeness5/5

The surface covers the full read lifecycle (search, retrieve one, related, series), site context, projects, guestbook (read and write), and even a provenance-check tool. No obvious dead ends or missing core operations.

Resources