Skip to main content
Glama

Camden Tools

Search blog posts

search_blog_posts
Read-only

Guides and articles from the Camden Tools blog (how-tos, buying guides, brand news).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 1.
queryNoSearch text; omit for the latest posts.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the agent knows this is a safe, stateless read operation. The description adds that results are limited to blog content (not products), which is useful, but does not explain pagination or ordering behavior beyond the page parameter. With annotations covering safety, a 3 is appropriate.

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 a single, concise sentence that front-loads the key information: it's about the blog, and the parenthetical lists content types. No wasted words.

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?

Given the tool's simplicity (2 parameters, no required params, no output schema), the description is adequate. It tells the agent what kind of content will be returned (blog posts), and annotations handle safety and open-world assumptions. Minor missing details like pagination limits are already in the schema. A 4 reflects completeness relative to complexity.

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 'query' and 'page' are already documented. The description implies the query searches blog posts but does not add syntax or behavior details beyond the schema. 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 clearly states the resource (Camden Tools blog) and the content type (guides, articles, how-tos, etc.). It distinguishes itself from siblings like get_blog_post (which likely retrieves a single post) and search_products (which searches products, not blog content).

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?

The description implies usage (searching blog posts) but does not explicitly contrast with siblings like get_blog_post or search_products. It provides contextual hints about content type, but lacks explicit when-to-use or when-not-to-use guidance.

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