Skip to main content
Glama

sassy_persona_practices

Get engineering standards: security defaults, code quality rules, architecture patterns, platform-specific guidelines, and MCP tool patterns.

Instructions

Get engineering standards. Security defaults, code quality rules, architecture patterns, platform-specific guidelines, MCP tool patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Get' clearly indicates a read-only operation with no side effects, and the list of content types gives a sense of scope. However, it does not disclose details like output format, whether the data is static or dynamic, or any performance characteristics. For a simple retrieval tool, this is adequate but minimal.

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 a single sentence that front-loads the action and resource, followed by a compact, comma-separated list of content categories. Every word earns its place; no filler or redundant information is present.

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 zero-parameter read-only tool with an output schema, the description covers the essential purpose and content scope. It does not explain the output structure, but the output schema presumably handles that. It could mention how this relates to other persona tools, but for a simple standards getter, it is reasonably complete.

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 adds value by enumerating the categories of standards returned, which is helpful given the empty input schema. No further parameter semantics are needed.

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 uses a specific verb 'Get' with a clear resource 'engineering standards' and enumerates the content areas (security defaults, code quality rules, architecture patterns, etc.). This distinguishes it from sibling persona tools focused on style, decisions, or context. However, it does not explicitly name sibling tools or contrast itself against them, so it falls short of a 5.

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 provides no explicit guidance on when to use this tool versus alternatives. It only states what it returns and does not mention when not to use it or when a sibling tool like sassy_persona_style or sassy_persona_full would be more appropriate. The context is implied but not specified.

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/sassyconsultingllc/SassyMCP'

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