Skip to main content
Glama

salesleader-desk

Get one writer's profile

get_writer
Read-only

Return one desk writer's full roster record — pole, bio, tier, byline status, canonical URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesWriter slug from list_writers, e.g. ray-delgado.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioYes
poleYes
slugYes
tierYes
api_versionYes
canonicalUrlYes
display_nameYes
byline_allowedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful content scope ('full roster record' plus fields) but no deeper behavioral context such as errors, prerequisites, or lookup behavior. No contradiction exists.

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?

One sentence, front-loaded with the action, and a compact field list. There is no filler or redundant restating of the tool name or schema.

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, one-parameter tool with a full output schema, the description is complete enough. It tells the agent what will be returned, and the schema covers the required slug parameter.

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?

The schema fully documents the single parameter, including its source and an example ('Writer slug from list_writers, e.g. ray-delgado'). The description adds no parameter-specific detail, but the schema already carries that weight.

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 names a specific verb ('Return') and resource ('one desk writer's full roster record'), and it lists the concrete fields returned. This clearly distinguishes it from list_writers and get_magazine_piece by scope and resource type.

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 singular wording implies this tool is for fetching a single writer record, but the description never explicitly says when to prefer it over list_writers or what conditions rule it out. Routing to alternatives is left to inference.

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