Skip to main content
Glama

Socializioz — AI Social Media Manager

Get Brand Profile

invoke_get_brand_profile
Read-onlyIdempotent

Brand identity, audience, voice, goals, guidelines, and core-profile completeness for one workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idNoOptional client correlation id echoed back for tracing.
workspace_idNoRequired when multiple workspaces exist.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already fully cover the behavior that matters most: readOnlyHint=true, idempotentHint=true, and destructiveHint=false make it clear this is a safe read operation. The description adds a small additional behavior by listing 'core-profile completeness', suggesting the result includes a completeness assessment beyond just raw attributes. It does not contradict annotations, but it does not deeply disclose edge-case behaviors such as what happens when no brand profile exists.

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 description is a single focused sentence, efficiently listing the profile components without elaborate background or irrelevant detail. It is front-loaded with the core content ('Brand identity, audience, voice, goals...') and is appropriately sized for a simple read tool. The only reason not to award 5 is that rewording into an explicit verb-based sentence would make its purpose even clearer.

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

Completeness3/5

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

With only two optional parameters, no output schema, and strong annotations, the description covers the essential domain of the call. It is missing some contextual information that would make it fully self-sufficient, such as what the response looks like, whether a brand profile can be absent, and how workspace_id behaves when multiple workspaces exist despite not being schema-required. For a simple read-only retrieval tool, this is adequate but still has gaps.

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?

Schema description coverage is 100%, so the description is not required to explain the parameters in depth. The 'workspace' scope in the prose aligns with workspace_id, and request_id is adequately described in the schema as an echo/tracing field. The description adds minimal meaning beyond the schema, which is acceptable given the high schema coverage.

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 identifies the tool as returning the brand profile for a workspace, enumerating the exact content areas: identity, audience, voice, goals, guidelines, and completeness. It is distinguishable from sibling tools like invoke_get_user_profile and invoke_get_workspace_context because it is specifically scoped to brand data. However, it omits a verb such as 'retrieves' or 'returns', so the action is inferred from the tool name, not the description.

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

Usage Guidelines3/5

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

The phrase 'for one workspace' implies the tool is for retrieving brand-level data for a specific workspace, which contextually distinguishes it from user-level or asset-level getters. It does not explicitly state when to use it versus invoke_get_workspace_context or invoke_get_user_profile, nor does it mention any exclusions. The guidance is mostly implicit, so it earns a mid-range score.

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.

Resources