Skip to main content
Glama

Reach MCP — LinkedIn for AI agents

reach_playbooks

Read-onlyIdempotent

START HERE. Return the catalogue of ready-made LinkedIn playbooks — what this server can actually accomplish, as named workflows rather than raw endpoints. Each entry carries its tool sequence, its prerequisites, and the full instructions to run it. Call this first when the user asks what you can do with their LinkedIn account, or when a request is vague. Pass playbook_id to get one playbook's instructions and then follow them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playbook_idNoId of one playbook from the catalogue, to get its full instructions.
include_instructionsNoAlso return the full instruction text of every playbook (longer output).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
playbookNo
playbooksNo
how_to_useNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

The annotations already declare readOnly, idempotent, and non-destructive behavior, so the description does not need to re-cover safety semantics. It adds useful behavioral context by describing the catalogue as the orchestration entry point and noting that include_instructions produces longer output. No contradiction with 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 front-loaded with 'START HERE' and each sentence earns its place: what the catalogue is, what entries contain, when to use it, and how to drill into a single playbook. It is compact but very informative.

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 catalogue/routing tool with no required parameters, an output schema, and full annotations, this description is complete. It explains what the output represents, when to call it, and how to request specific playbook instructions; the output schema covers return-value details.

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 parameters are already well documented. The description adds some contextual value by saying 'Pass playbook_id to get one playbook's instructions and then follow them,' but this largely restates the schema meaning rather than introducing new 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 what the tool returns: a catalogue of ready-made LinkedIn playbooks and their instructions. It explicitly frames this as the meta/entry-point tool rather than a raw endpoint, which distinguishes it from the many sibling tools in the list.

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 clear when-to-use guidance: call this first when the user asks what the server can do or when a request is vague, and pass playbook_id for one playbook's instructions. It does not explicitly state when not to use it in favor of a specific sibling tool, but its 'START HERE' directive provides strong practical routing context.

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.

Resources