Skip to main content
Glama

See my SmartSite

swop_get_my_smartsite
Read-only

Get the linked account's current SmartSite so you can see it BEFORE editing: name, bio, appearance (background/theme), the links already on it (icons, buttons, info bars, with their item ids for removal), product tiles, and a viewUrl to preview it. ALWAYS call this before adding or changing things so edits stay additive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
smartsiteIdNoSpecific SmartSite id (default: primary)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true and destructiveHint=false; the description adds useful context by stating it returns a current snapshot and that returned item ids can be used for removal, plus the workflow warning that calling it first keeps edits additive. It does not provide deep behavioral details like pagination/rate limits, but for a simple read tool the combination is strong.

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 front-loaded with the core action, uses a compact list to convey return contents, and closes with the one usage rule that matters. Every sentence carries operational value; there is no 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 read-only getter with no output schema and one optional parameter, the description is nearly complete: it names the main returned fields, flags removal ids, and explains the prefetch purpose. A small gap is that it doesn't describe the output shape or whether the result includes any account-level/workspace distinctions, but this is minor at this complexity.

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 schema fully documents the only optional parameter ('Specific SmartSite id (default: primary)'), so the baseline is 3. The description does not add much about the parameter itself beyond implying the linked account's default/primary SmartSite is retrieved, so no extra semantic lift is provided.

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 names a specific verb ('Get'), a concrete resource ('the linked account's current SmartSite'), and enumerates what is returned (bio, appearance, links with item ids, product tiles, viewUrl). It clearly positions the tool as the read-before-edit counterpart to swop_update_my_smartsite and the add/remove link tools, so an agent can distinguish it from siblings without opening schemas.

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 explicitly states when to invoke it: 'ALWAYS call this before adding or changing things so edits stay additive.' It gives a strong trigger for use, but it does not name alternative tools or state conditions when this tool should not be used, falling just short of full explicit routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.