Skip to main content
Glama
chrischall

honeybook-mcp

by chrischall

use_magic_link

Capture a HoneyBook client-portal session by extracting authentication data from an open browser tab, enabling other tools to access your vendor contracts and invoices.

Instructions

Capture a HoneyBook client-portal session via the fetchproxy 0.3.0 browser extension. Prerequisites: install the fetchproxy extension in Chrome/Safari, then open the vendor's magic-link URL in that browser so you're signed into their portal and leave that tab open. This tool then snapshots the auth fields out of the page's localStorage["HONEYBOOK_REACT_CURR_USER"] into ~/.honeybook-mcp/sessions.json. The tab only needs to be open and signed in — nothing is sniffed off a live request, so it does not matter whether the page is idle. All other tools use the most-recently-activated session by default. The magic_link_url arg is used only to derive the portalOrigin (cache key) — the tool does NOT open or navigate to it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
magic_link_urlYesFull magic-link URL from the vendor's HoneyBook email, e.g. https://<vendor>.hbportal.co/app/workspace_file/<id>/... Used only to derive the portal origin; you must already have this URL open in a Chrome tab with the fetchproxy extension installed.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond the readOnlyHint annotation by disclosing that it reads localStorage, writes to ~/.honeybook-mcp/sessions.json, does not sniff live requests, does not navigate to the magic link, and works regardless of page idle state. This is fully consistent with readOnlyHint=false, so no contradiction.

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 front-loaded with the primary purpose, followed by prerequisites, mechanism, output location, inter-tool dependency, and a parameter caveat. Every sentence earns its place; no wasted words.

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?

Given the tool's complexity as a setup/authentication capture, the description covers prerequisites, the exact mechanism, the file output, how other tools depend on it, and parameter semantics. There is no output schema, but the description sufficiently explains what the tool does and what it produces.

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 schema already provides a detailed description of magic_link_url with 100% coverage. The tool description adds behavioral nuance by explicitly stating the argument is used only to derive the portal origin/cache key and that the tool does NOT open or navigate to the URL, which is valuable beyond the schema.

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 opens with a specific verb and resource: 'Capture a HoneyBook client-portal session via the fetchproxy 0.3.0 browser extension.' It clearly distinguishes this tool from sibling tools, which consume sessions, by explaining that it is the setup mechanism that writes session data for other tools to use.

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 gives explicit prerequisites (install extension, open signed-in tab, leave it open) and explains how all other tools use the most-recently-activated session by default. It does not explicitly name alternative tools or state when not to use this tool, but the context is strong enough to guide the agent.

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

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/chrischall/honeybook-mcp'

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