Skip to main content
Glama

Umesh Malik Blog & Profile

Server Details

Search Umesh Malik's blog, fetch posts as Markdown, list topics, get his profile.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a very distinct purpose: fetching a specific post, retrieving the profile, listing topics, and searching posts. There is no overlap or ambiguity in their roles.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern (get_post, get_profile, list_topics, search_posts), making the API predictable and easy to navigate.

Tool Count5/5

With 4 tools, this server is well-scoped for a blog and profile use case. Each tool covers a necessary function without redundancy.

Completeness4/5

The tool set covers the core needs of reading posts, searching, and listing topics, plus retrieving the profile. A minor gap is the absence of a direct 'list all posts' tool, but search_posts effectively fills that need.

Available Tools

4 tools
get_postGet blog postAInspect

Fetch the full Markdown of a blog post by its slug (as returned by search_posts), including frontmatter metadata. Returns clean, agent-readable Markdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesPost slug, e.g. "rag-vs-fine-tuning-llms-2026".
Behavior3/5

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

With no annotations, the description carries some burden. It discloses the return format ('clean, agent-readable Markdown') and includes frontmatter metadata, which is useful. However, it does not mention potential errors, permissions, or rate limits, leaving some behavioral gaps.

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?

Two concise sentences start with the primary action and include only relevant details (Markdown, frontmatter, agent readability). No redundant information.

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 simplicity (1 param, no output schema) and lack of annotations, the description covers the key aspects: input, source, return format, and content type. It could mention behavior on missing slugs, but overall it's sufficiently complete for a basic fetch operation.

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?

The schema already provides full coverage of the slug parameter with an example. The description adds the context that the slug comes from search_posts, which clarifies the expected input source, enhancing the schema.

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 verb 'Fetch' with the resource 'full Markdown of a blog post' and specifies the identifier (slug). It distinguishes from siblings like search_posts by mentioning that the slug comes from there, and from get_profile/list_topics by focusing on blog post content.

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 implies the workflow of first using search_posts to get a slug, then get_post to retrieve content. However, it does not explicitly state when not to use it or compare with listing topics/profile, so it lacks explicit exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_profileGet author profileAInspect

Get Umesh Malik's professional profile — role, experience, skills, projects and contact — as the machine-readable llms.txt index.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 discloses the return format (machine-readable llms.txt index) and the included fields, which is meaningful context. However, it does not mention any potential errors or edge cases, though for a simple retrieval these are likely minimal.

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, focused sentence that front-loads the key information (what is returned) and adds the format detail. It is concise with no redundant 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 simplicity of a zero-parameter getter with no output schema, the description sufficiently conveys the purpose and result content. It could have been slightly more explicit about the format's structure, but overall it is complete for the tool's scope.

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?

The tool has zero parameters, so the baseline is 4. The description adds no parameter information because none are needed, which is appropriate and non-misleading.

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 what the tool does: it retrieves Umesh Malik's professional profile with specific content areas (role, experience, skills, projects, contact). It also specifies the output format (llms.txt index), distinguishing it from siblings like get_post, list_topics, and search_posts.

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 the tool is for fetching an author profile but does not explicitly state when to use it compared to alternatives. It mentions the profile contents but lacks guidance on when to choose this over search_posts or list_topics.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_topicsList topic hubsAInspect

List the curated topic hubs (Claude Code, LLM Engineering, AI Coding Agents) with their URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

There are no annotations, so the description carries the burden. It adds context that the hubs are curated and that URLs are included. While it doesn't mention any side effects or authentication, the tool is a simple read-only list with no parameters, so the disclosure is adequate.

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, front-loaded sentence that immediately states the action ('List'), the resource ('curated topic hubs'), and additional detail (URLs). Every word earns its place, with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, simple listing tool with no output schema, the description provides enough context to understand what the tool returns. It names example hubs and mentions URLs, making the tool's purpose fully comprehensible.

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?

The tool has zero parameters and schema description coverage is 100% (vacuously). Baseline for no parameters is 4, and the description adds no param information because none is needed.

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 lists curated topic hubs and even names examples (Claude Code, LLM Engineering, AI Coding Agents) with their URLs. This distinguishes it from sibling tools that retrieve posts or profiles, giving a specific verb and resource.

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 the tool is for listing topic hubs, but it does not explicitly state when to use it over alternatives or mention exclusions. With siblings like search_posts and get_post, the usage context is inferred but not explicitly documented.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_postsSearch blog postsAInspect

Full-text search across Umesh Malik's blog posts (titles, summaries, tags). Returns matching posts with slug, title, URL, summary, tags and publish date. Use for topics like AI engineering, LLMs, RAG, Claude Code, fine-tuning, or web development.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results (default 10, max 30).
queryYesSearch terms.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the search scope (titles, summaries, tags) and return fields, but does not mention ordering, matching behavior, pagination, or error handling. This is moderate transparency but lacks deeper behavioral traits that would fully inform the agent.

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, front-loaded with the core action and return fields, followed by concrete usage examples. Every sentence contributes to understanding, with no fluff or redundancy.

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 simple search tool with two parameters and no output schema, the description adequately explains what it does, what it returns, and when to use it. It lacks explicit sorting/pagination details, but the schema covers limit. Overall, it is complete enough for an agent to select and invoke correctly.

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?

Input schema coverage is 100%, providing descriptions for both query and limit. The description adds value by explicitly stating that the query searches across titles, summaries, and tags, which enriches the meaning of the 'search terms' parameter beyond the schema's generic 'Search terms.' This goes beyond the baseline for high coverage.

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 performs 'Full-text search across Umesh Malik's blog posts' and specifies the exact fields searched (titles, summaries, tags) and returned (slug, title, URL, summary, tags, publish date). This verb+resource combination distinguishes it from siblings like get_post and list_topics, making its purpose unambiguous.

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 explicit example topics for when to use the tool ('AI engineering, LLMs, RAG, Claude Code, fine-tuning, or web development'), which gives clear context for selection. However, it does not explicitly mention alternatives or when not to use it, though sibling names imply differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources