Skip to main content
Glama
Thunberg087

blocket-mcp

by Thunberg087

get_ad

Retrieve full details for a specific Blocket listing by providing its ID and ad type. Use the ID from search results and match the type to the search that found it.

Instructions

Get full details for a specific Blocket listing by ID and ad type. Use an id from search results. Match type to the search that found it (recommerce for general search, car/boat/mc for vehicle searches).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesListing ID from search results
typeYesAd type: recommerce, car, boat, or mc
Behavior2/5

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

With no annotations provided, the description carries full transparency burden. It only says 'full details' without specifying what that includes, error behavior, or any side effects. It does not clarify whether this is a read-only operation or what happens if the ID is invalid.

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 sentences, front-loaded with the core action, and no wasted words. Every sentence adds necessary context.

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 retrieval tool with 2 fully documented params and no output schema, the description is adequate. It could be more explicit about the return value, but the phrase 'full details' covers the basic expectation.

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%, but the description adds valuable semantics by explaining how the 'type' enum corresponds to different search types (recommerce for general search, car/boat/mc for vehicle searches). This goes beyond the schema's enum list.

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 purpose: 'Get full details for a specific Blocket listing by ID and ad type.' It names a specific verb ('Get'), resource ('Blocket listing'), and scope ('by ID and ad type'), distinguishing it from sibling search tools.

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 usage guidance: 'Use an id from search results. Match type to the search that found it (recommerce for general search, car/boat/mc for vehicle searches).' This tells the agent exactly how to select parameters and ties the tool to sibling search functions.

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/Thunberg087/blocket-mcp'

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