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.
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.
Tool Definition Quality
Average 4.2/5 across 4 of 4 tools scored.
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.
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.
With 4 tools, this server is well-scoped for a blog and profile use case. Each tool covers a necessary function without redundancy.
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 toolsget_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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Post slug, e.g. "rag-vs-fine-tuning-llms-2026". |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default 10, max 30). | |
| query | Yes | Search terms. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityAmaintenanceSearch Stack Exchange questions, fetch complete Q&A threads as clean markdown, browse tag FAQs, and look up user profiles via MCP.Last updated691Apache 2.0
- Flicense-qualityDmaintenanceEnables interaction with blog RSS/Atom feeds to list posts, fetch content, get recent posts, retrieve blog metadata, and perform full-text search across post content. Supports any blog with an RSS/Atom feed through natural language queries.Last updated
- Flicense-qualityBmaintenanceEnables querying and searching Ben Milne's personal site content, including essays, API endpoints, and PDF books, via MCP tools.Last updated
- AlicenseAqualityBmaintenanceProvides tools to search and retrieve articles from the dev.to API, including search by query, tag, or technology, and fetching full articles by ID or slug.Last updated5MIT