Skip to main content
Glama
bobmatnyc
by bobmatnyc

get_bot_user

Get the bot user for a Notion integration, including workspace name and owner details, to validate the integration's identity.

Instructions

Retrieve information about the bot user associated with this integration, including workspace name and owner details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It indicates a read-only operation via 'Retrieve information' and adds specific behavior by listing 'workspace name and owner details' in the response. However, it does not disclose potential caveats such as authentication needs, error responses, or whether the bot user might be absent. For a simple getter, this is adequate but not overly rich.

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 a single, compact sentence front-loaded with the action and resource. It contains no filler and effectively communicates the tool's purpose and key return fields.

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 zero-parameter tool with no output schema, the description provides sufficient context: it explains what is retrieved and highlights key fields. While it does not cover edge cases or error behavior, these are not critical given the simplicity of the operation. The description is complete enough for its complexity.

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 tool has zero parameters, so the schema is trivially covered. The description adds helpful context about the return payload (workspace name, owner details), which compensates for the lack of an output schema. A baseline of 4 is appropriate for zero-parameter tools.

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 retrieves the bot user for the integration, using the specific verb 'Retrieve' and the resource 'bot user'. It also mentions 'including workspace name and owner details', which distinguishes it from sibling tools like get_user and list_users by specifying the integration-specific scope.

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 usage for obtaining the bot user's own details ('associated with this integration'), but does not explicitly state when to use this tool versus alternatives like get_user or list_users. No exclusions or alternative conditions are provided, so guidance is only implied by the wording.

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/bobmatnyc/notion-mpm'

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