Skip to main content
Glama

Read the signed-in account

get_user_profile
Read-onlyIdempotent

Check which Substack account is connected and retrieve its user ID, handle, bio, and owned publications to confirm identity or use in other tools.

Instructions

Read the account behind the session: name, handle, user id, bio and which publications it owns. Use this to confirm which account is connected, or to get the user id other tools take.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publicationNoWhich connected publication to act on, matched loosely against its hostname (for example 'example.substack.com' or just 'example'). Defaults to the first connected publication.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, open-world, and non-destructive, so the safety profile is covered. The description adds meaningful context by specifying exactly what data is returned and framing the operation as session-based ('account behind the session'), which helps the agent predict behavior without contradicting 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 compact and front-loaded: the first sentence says what the tool does, and the second explains why an agent would call it. Every sentence earns its place with no redundant filler.

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 zero-required-parameter read tool, the description covers the core needs: what data is returned, why to use it, and how it relates to other tools. There is no output schema, but the description's explicit field list compensates. Minor details about authentication failure or edge cases are not essential here.

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 input schema documents the single optional parameter with a clear description and loose matching guidance. Because schema description coverage is 100%, the description does not need to add parameter detail, and the baseline 3 applies. The tool description itself does not mention the publication parameter, but that is acceptable given the schema's completeness.

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 uses a specific verb ('Read') and clearly identifies the resource ('the account behind the session'), then enumerates the returned data: name, handle, user id, bio, and owned publications. This makes the tool's purpose unambiguous and distinct from the many sibling tools, none of which obviously target the signed-in user profile.

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 context for when to use the tool: to confirm which account is connected, or to obtain the user id that other tools expect. It does not explicitly name alternatives or exclusions, but for a simple profile reader this guidance is sufficient; siblings offer no competing profile tool.

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/navidmoazzez/substack-mcp-cli'

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