Skip to main content
Glama
kieksme
by kieksme

Get Hashnode publication by host

hashnode_get_publication
Read-onlyIdempotent

Fetch metadata for a Hashnode publication by its host/domain. Retrieve id, title, URL, about, and author information.

Instructions

Fetch metadata for a Hashnode publication by its host/domain.

Args:

  • host (string): Publication host, e.g. "yourblog.hashnode.dev" or a custom domain

  • response_format: 'markdown' or 'json'

Returns: id, title, url, about, author info

Examples:

  • host: "thinkport.hashnode.dev"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesPublication host, e.g. 'yourblog.hashnode.dev' or a custom domain
response_formatNoOutput format: 'markdown' (default) or 'json'markdown
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the tool's safety is known. The description adds transparency by listing the returned fields (id, title, url, about, author info) and noting the configurable response_format, which helps set expectations beyond the annotations.

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 compact and well-structured with clear sections for args, returns, and examples. Every sentence adds useful information without unnecessary fluff, and the main purpose is front-loaded.

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 simple read-only tool with two parameters and full schema coverage, the description provides enough detail: it states purpose, parameters, return fields, and an example. The absence of an output schema is compensated by the explicit return list, making the description complete for an agent to invoke successfully.

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 the baseline is 3. The description repeats parameter explanations and adds an example host value, providing marginal value beyond the schema but not significantly enriching parameter semantics.

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 'Fetch metadata for a Hashnode publication by its host/domain', using a specific verb and resource. It distinguishes this tool from sibling tools like get_me or get_post by emphasizing publication-level metadata and host/domain identification.

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 clear context on when to use the tool (to fetch publication metadata by host/domain) and includes a concrete example. It does not explicitly mention alternatives or exclusions, but the usage intent is unambiguous.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kieksme/mcp-hashnode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server