Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

getSidebar

Read-onlyIdempotent

Fetch a single custom sidebar by its ID to retrieve its details and configuration.

Instructions

Get a single custom sidebar - Fetch a single custom sidebar by sidebar_id. Read-only.

Required: sidebar_id (path).

Only returns custom sidebars. Master defaults are not rows in this table — see Rule: Sidebars for the canonical Master Default list; use those names directly in form_name without looking them up.

Returns: { status: "success", message: [{...record}] }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sidebar_idYes
Behavior4/5

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

Annotations already provide readOnlyHint and idempotentHint. The description adds the crucial context that only custom sidebars are returned, and provides the return format, which goes beyond what annotations convey.

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 concise, well-structured with bold headers, and front-loaded with key information. Every sentence adds value without redundancy.

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?

The description includes the return format, constraints on custom sidebars, and a missing parameter hint for master defaults. It is largely complete for a simple get tool, though it could potentially add error handling notes.

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 has no description for the single parameter, and the description only notes it's required and a path. It adds minimal meaning but is adequate given the simplicity of one integer parameter.

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 it gets a single custom sidebar by sidebar_id, distinguishing it from listSidebars. The verb 'fetch' and resource 'custom sidebar' are specific.

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 explains that only custom sidebars are returned and that master defaults are not in this table, guiding the agent not to use this tool for master defaults. It doesn't explicitly name an alternative but provides contextual exclusion.

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/brilliantdirectories/brilliant-directories-mcp'

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