Skip to main content
Glama

Get Webhound Shareable Link

webhound_get_shareable_link

Generate a shareable link for a report or dataset using a session ID. Anyone with the URL can access it without publishing to Explore.

Instructions

Make a report or dataset accessible to anyone with the link and return the share URL. This is share-only: reports use /document/:id, datasets use /dataset/:id, and it does not publish to Explore or create a /p/:slug publication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
bodyNo
codeNo
dataNo
toolYes
errorNo
routeNo
titleNo
statusNo
blockedNo
messageNo
noindexNo
summaryYes
no_spendNo
requiredNo
is_publicNo
retryableNo
share_urlNo
public_urlNo
session_idNo
share_onlyNo
top_up_urlNo
api_messageNo
billing_urlNo
next_actionNo
next_actionsNo
session_typeNo
artifact_typeNo
error_detailsNo
original_toolNo
action_startedNo
publication_idNo
schema_versionYes
current_balanceNo
publication_urlNo
session_startedNo
explore_publishedNo
auto_recharge_enabledNo
user_message_templateNo
retry_after_user_confirmsNo
public_to_anyone_with_linkNo
Behavior3/5

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

Annotations indicate a mutation (readOnlyHint=false, destructiveHint=false). The description confirms it creates shareable links and clarifies it does not publish, but omits details like idempotency (idempotentHint=false suggests new links per call, unmentioned), permission requirements, or whether existing links are overwritten. Adds some context but could be richer.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (two sentences) and front-loaded with the key action. It efficiently conveys the tool's purpose and a key constraint (no publishing). One could argue for a perfect score, but the lack of parameter description slightly reduces efficiency.

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

Completeness3/5

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

Given the tool's simplicity (1 parameter, output schema exists), the description is moderately complete. It covers the main behavior and constraints but misses parameter details and edge cases (e.g., error handling, session existence). The presence of an output schema mitigates the need for return value explanations, but parameter gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must explain the single parameter 'session_id'. It does not – the parameter is not mentioned at all. The parameter name is somewhat self-explanatory, but the description should clarify that it's the session ID of the report or dataset to share. This is a significant gap.

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 action: 'Make a report or dataset accessible to anyone with the link and return the share URL.' It distinguishes between report and dataset URL formats and explicitly states what it does not do (publish to Explore or create slug publications), effectively differentiating it from siblings.

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 usage context (share-only) and mentions the URL formats, but it does not explicitly guide when to use this tool versus alternatives like 'webhound_export_session' or 'webhound_start_report'. No direct 'use when' or 'when not' guidance is provided, leaving the agent to infer.

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/WebhoundAI/webhound-mcp'

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