Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

Create Event

create_event

Create and publish an event on the Savage in a Suit website. Provide slug, title, start date, city, image, description, and type; updates appear on the public site immediately.

Instructions

Create a new event on the site. Required: slug, title, startDate, city, image, description, type. The public site updates immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
slugYesUnique URL slug, e.g. "savage-summit-nyc-2026"
typeYes
imageYesImage path on the site, e.g. "/images/events/sh-group.jpg"
orderNoSort order, lower comes first
titleYes
lineupNoSpeaker or guest names
endDateNoEvent end as an ISO date string, e.g. "2026-08-01T18:00:00Z"
rsvpUrlNo
featuredNo
publishedNoUnpublished events are hidden from the public site
recurringNoRecurrence label, e.g. "Monthly, NYC"
startDateYesEvent start as an ISO date string, e.g. "2026-08-01T18:00:00Z"
venueNoteNoShort venue note shown to attendees
descriptionYes
Behavior3/5

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

Annotations already indicate this is a non-read-only, non-idempotent, non-destructive operation. The description adds one useful behavioral detail ('The public site updates immediately') but does not mention permissions, uniqueness constraints, or error behavior. It does not contradict annotations.

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 two sentences, front-loaded with the primary purpose, and includes a clear list of required fields. Every sentence earns its place without unnecessary elaboration.

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?

Given the tool's complexity (15 parameters, no output schema), the description is somewhat thin. It mentions immediate public visibility but does not explain success response, error conditions, or how to verify the created event. The schema covers optional fields, but behavioral context is lacking.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description merely restates the required parameters already listed in the schema's 'required' array, adding no new semantic meaning. With 60% schema description coverage, some parameters lack descriptions, and the description does not compensate for those gaps.

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's action ('Create a new event on the site') with a specific verb and resource. It distinguishes itself from siblings like update_event and delete_event by focusing on creation.

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 description indicates the tool is for creating new events but does not explicitly contrast with update_event or other alternatives. The required-field list offers some practical guidance, but there's no explicit when-not-to-use or alternative recommendation.

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/ayushg8/sias-mcp-server'

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