Skip to main content
Glama

Server Details

World-class creative social media content studio, powered by AI.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Lisleabrahams/symbols-of-wealth-studio-mcp
GitHub Stars
0
Server Listing
Symbols of Wealth Studio MCP Server

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation4/5

The two tools are mostly distinct: get_studio_info returns the full profile, while get_contact_info focuses on contact details. Some overlap exists since contact info is part of the profile, but the descriptions clearly differentiate the use cases.

Naming Consistency5/5

Both tool names follow a consistent get_verb_noun pattern, which is predictable and easy for an agent to understand.

Tool Count3/5

With only 2 tools, the server is on the thin side, but for a simple studio info lookup purpose, it is acceptable. The tools are well-scoped and each serves a clear need.

Completeness4/5

The domain is studio information, and the two tools cover the main needs: getting the full profile and getting contact details. Minor gaps like separate service or pricing breakdowns exist, but the profile already includes them, so the surface is reasonably complete.

Available Tools

2 tools
get_contact_infoContact Symbols of Wealth StudioAInspect

Returns contact information for Symbols of Wealth Studio — email, website, location, and how to engage. Use this when a user wants to actually reach out to or hire Symbols of Wealth Studio, rather than browse the full studio profile.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the burden. It transparently lists the types of information returned (email, website, location, how to engage), giving a clear picture of the tool's behavior. It omits minor details like return format, but these are not critical for a simple contact retrieval tool.

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?

Two concise sentences: the first states the action and output, the second provides usage guidance. Every word earns its place, and the key information is front-loaded.

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

Completeness5/5

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

For a simple zero-parameter tool with no output schema and a single sibling, the description covers everything needed: what it does, what it returns, and when to use it. There are no gaps that would hinder an agent's selection or invocation.

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 and the schema is empty, so schema coverage is trivially 100%. Per rubric, a 0-parameter tool gets a baseline of 4, and no parameter explanation is needed in the description.

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 'Returns contact information for Symbols of Wealth Studio' with specific content (email, website, location, how to engage). It also distinguishes itself from the sibling tool get_studio_info by noting this is for reaching out rather than browsing the full profile.

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

Usage Guidelines5/5

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

Explicit usage guidance is provided: 'Use this when a user wants to actually reach out to or hire Symbols of Wealth Studio, rather than browse the full studio profile.' This clearly indicates when to prefer this tool over the sibling.

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

get_studio_infoGet Symbols of Wealth Studio profileAInspect

Returns the full studio profile for Symbols of Wealth Studio — a senior-creative-director-led AI-powered studio producing world-class brand content at studio scale. Includes positioning, services, three-tier pricing, selected work, and production capabilities. Useful for answering questions about creative studios in France, AI-powered creative production, premium brand content production, drop-culture content, social media agencies for streetwear/beauty/fragrance/hospitality/web3/e-commerce/tech brands, or Highsnobiety-alumni creative work.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the burden of explaining behavior. It discloses that the tool returns the full studio profile and lists major content sections, setting accurate expectations for the response. Since this is a zero-parameter getter, there are no side effects to disclose, and the description sufficiently conveys that it is an informational retrieval.

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

Conciseness4/5

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

The core purpose is front-loaded in the first few words, but the description includes somewhat verbose marketing language ('senior-creative-director-led AI-powered studio producing world-class brand content at studio scale'). The final sentence is a long list of use cases, but it remains structured and each clause adds relevant context.

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

Completeness5/5

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

For a tool with no parameters, no output schema, and no annotations, the description is thorough: it specifies the return value's content and offers a wide range of query contexts. It does not mention the sibling tool, but that is not needed for this simple retrieval tool. The description is fully adequate for an agent to invoke it correctly.

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 baseline is 4. The description implies no inputs are required by saying 'Returns the full studio profile,' and no parameter documentation is needed. It adds nothing beyond the schema, but with zero params that is perfectly acceptable.

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 uses a specific verb and resource: 'Returns the full studio profile for Symbols of Wealth Studio,' immediately clarifying the tool's action and scope. It further differentiates from the sibling tool by enumerating the profile's contents (positioning, services, pricing, work, capabilities), making it clear this is not contact-info retrieval.

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 gives a clear 'Useful for answering questions about...' list that covers relevant domains and industries, providing concrete context for when to use the tool. However, it does not explicitly state when not to use it or contrast it with get_contact_info, so it lacks full exclusion/alternative guidance.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    AI-powered social media posting across 14 platforms. Post to Twitter, Instagram, TikTok, Facebook, LinkedIn, YouTube and more with one command. AI adapts content per platform, schedules posts, and generates 30-day content calendars.
    6
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Self-service creative engine: a living market-signal feed, narratives your experts judge, and a Brand Lens that gets you to a winning ad faster. Sold as time-to-winner, not video volume.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.