Skip to main content
Glama
votelai
by votelai

get_website

Retrieve detailed website information including domains, CDN configuration, and status from a website ID. Use this data to monitor and manage website settings.

Instructions

Get detailed information about a website including domains, CDN config, and status. Example: 'Show me details for website '.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idYesThe website ID (UUID)
Behavior3/5

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

No annotations are provided, so the description must disclose behavior itself. It reveals return content (domains, CDN config, status) but does not confirm read-only nature, error handling, or required permissions, leaving gaps in behavioral transparency.

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 only two sentences, with a useful example, and contains no filler or redundancy. It is well-structured and front-loaded with the core purpose.

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 getter with a single required parameter, the description covers purpose, parameter usage via example, and outlines some return fields. It omits error scenarios and a full return structure, but is adequate for basic selection and invocation.

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 already provides 100% coverage with a clear description of 'site_id' as a UUID. The description's example ('website <id>') adds no additional meaning beyond the schema, so baseline 3 is appropriate.

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 detailed website info including domains, CDN config, and status. The verb 'Get' plus resource 'website' distinguishes it from sibling tools like 'list_websites' and 'delete_website'.

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 implies use when a user needs details of a specific website, with an example query format. However, it does not explicitly mention when to prefer this over 'list_websites' or other alternatives, so usage guidance is clear but not exhaustive.

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/votelai/votel-mcp'

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