Skip to main content
Glama

Goce Petrov, brand designer

Talk to Goce's agent

ask_goce_agent

A conversation with Goce Petrov's agent. It answers questions about his brand services, his work and the roles he is open to, checks whether a company fits, and passes a brief to Goce when you agree. Send one message at a time and pass conversation_id back to continue. Conversations are kept for 24 hours, at most 12 messages. The same agent speaks A2A.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesYour message to Goce's agent
conversation_idNoFrom the previous answer, to continue the same conversation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
replyYes
statusYes
turns_leftYes
conversation_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description adds substantial behavior beyond annotations: conversations are stateful, retained for 24 hours, capped at 12 messages, and continued via conversation_id. It also discloses the side effect of passing a brief to Goce when agreed, which complements openWorldHint.

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 compact at roughly 60 words, front-loaded with the agent's identity and primary function. Each sentence adds capabilities or constraints, with only the slightly cryptic 'speaks A2A' note adding minor ambiguity.

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 two-parameter conversational tool with an output schema, the operational context is complete: turn-taking rules, conversation identity, retention limits, and the eventual brief pass-through are all present. Nothing essential is missing for correct 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?

Schema description coverage is 100%, so the schema already fully documents message and conversation_id. The description's 'pass conversation_id back to continue' largely restates the schema rather than adding new semantic detail.

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 the specific resource ('Goce Petrov's agent') and the concrete actions it performs: answering questions, checking company fit, and passing a brief. It clearly distinguishes this conversational tool from the one-shot get_* lookups and the standalone submit_brief among siblings.

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?

It gives explicit operational guidance: send one message at a time, pass conversation_id back, and be aware of 24-hour/12-message retention limits. It does not name alternatives directly, but the interactive context makes the intended use clear.

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