Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Get the project website

get_site
Read-only

Retrieve the website configuration for a project, including title, tagline, theme, sections, and login gate. Returns default values if no configuration exists.

Instructions

Read the project's splash/website config (title, tagline, theme, sections, login gate). Returns defaults if none built yet. FBMCPB-64: when the resolved site directory (websiteLocation, else /site/) holds an index.html FeatureBoard did not generate, the response carries an unmanaged block — the config is only the site.json sidecar, so treat empty tagline/0 sections as "no sidecar", not "no website".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds significant behavioral context: returns defaults if not built, and explains the unmanaged block scenario. This goes beyond the annotation, though it omits error handling or auth details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main action but includes a ticket reference (FBMCPB-64) that is not useful for an agent. The second sentence on edge cases is necessary but could be more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description does not fully describe the return structure. It lists some fields but not the shape or defaults. Also, the parameter is not explained, and the tool's behavior under error conditions is omitted. Given the tool's simplicity, it remains somewhat incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description must explain the 'project' parameter. It mentions 'the resolved site directory (websiteLocation, else <project>/site/)' but does not explicitly define the parameter's meaning or format. This is insufficient for an AI agent to understand what value to provide.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it reads the project's splash/website config and lists the fields it retrieves. It distinguishes itself from write tools like set_site, though it does not explicitly mention alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide any guidance on when to use this tool vs alternatives. It only states what it does, without prerequisites, exclusions, or context for when-not-to-use.

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/valentil/featureboard-mcp'

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