Skip to main content
Glama

Umesh Malik Blog & Profile

Get author profile

get_profile

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/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 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

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

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in lowercase snake_case (get_post, get_profile, list_topics, search_posts). No deviations or mixed conventions.

Tool Count5/5

Four tools is well-scoped for a personal blog and profile server. Each tool covers a distinct, necessary function, and the count feels neither sparse nor excessive for the domain.

Completeness5/5

The server provides complete read-only coverage for its purpose: searching posts, retrieving full posts, listing topic hubs, and accessing the profile. There are no obvious gaps in the content-access lifecycle.

Resources