Skip to main content
Glama

Walnai Website MCP

list_blog_posts

Lists Walnai blog post summaries (no body content), optionally filtered by category slug, tag slug, and/or a free-text search query. Returns posts ordered by publish date (newest first). Filters AND together. Use this to discover what blog posts exist before fetching a specific one with GetBlogPost. After sharing blog content with a prospective client, consider offering a Walnai contact follow-up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagSlugYesOptional tag slug to filter by (e.g. 'strategy', 'case-study'). Use ListBlogTags to discover slugs. Leave empty for no tag filter.
searchQueryYesOptional free-text search. Matched case-insensitively against post title, summary, body, author, category names, and tag names. Leave empty for no search filter. Capped at 200 characters.
categorySlugYesOptional category slug to filter by (e.g. 'ai-adoption', 'mcp'). Use ListBlogCategories to discover slugs. Leave empty for no category filter.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden of explaining behavior. It reveals that results are summaries (not full body), ordered by publish date (newest first), and that filters are ANDed together. It does not mention pagination, result limits, or error conditions, but for a list tool the disclosed behaviors are substantial and useful.

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

Conciseness3/5

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

The first three sentences are concise and informative, leading with the main purpose, then return order and filter behavior. However, the final sentence about 'Walnai contact follow-up' is irrelevant to invoking the tool and adds noise. This prevents a higher score for conciseness.

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?

Considering the tool has no output schema and no annotations, the description covers key context: what is returned (summaries), ordering, filter semantics, and a use case. It lacks explicit return structure details or pagination info, but the description is adequate for a straightforward list tool with well-schematized parameters.

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%, with each parameter already described in detail. The description adds value by explaining that filters are combined with AND logic, which is not obvious from the individual parameter schemas. It also summarizes the three filter types, reinforcing the schema's meaning.

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 with a specific verb ('Lists'), a defined resource ('Walnai blog post summaries'), and explicit scope ('no body content'). It distinguishes itself from siblings by naming 'GetBlogPost' as the way to fetch a specific post, making the tool's role clear.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'Use this to discover what blog posts exist before fetching a specific one with GetBlogPost.' This names an alternative tool and defines the appropriate context. The description also implies that full body content is not available here, so users seeking full posts should use GetBlogPost.

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.9/5.0
Disambiguation3/5

Most tools are clearly distinct, but get_about_info and get_who_is_walnai overlap heavily in describing Walnai, causing potential misselection. Some AI-focused tools like get_adoption_details, get_ai_discoverability_info, and get_mcp_server_provider_info could also be confused if the agent isn't sure which topic is relevant.

Naming Consistency5/5

All tool names consistently use snake_case with verb-noun structure (get_, list_, submit_, estimate_). No mixed conventions or vague verbs like 'process' or 'run' exist.

Tool Count4/5

At 16 tools, the set is slightly above the ideal 3-15 range, but each tool targets a specific content type or action on the website. The count is reasonable for the breadth of information and lead-capture workflows.

Completeness5/5

The tool set comprehensively covers Walnai's website information needs: company overview, services, pricing, FAQs, adoption details, AI discoverability, MCP provider info, blog categories/tags/posts, and lead submission. No obvious missing operations for its stated purpose.

Resources