Skip to main content
Glama

Afrotech.guide

Get conference context

get_conference_info
Read-onlyIdempotent

Return conference week, Houston venue, time zone, and https://afrotech.guide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
guideYes
conferenceYes
dataPolicyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint=false, so the safety and determinism profile is fully covered without the description's help. The text adds no behavioral context beyond the returned fields — no caching, freshness, or auth notes — but it also does not contradict anything, so it lands at the baseline.

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?

A single front-loaded sentence lists the payload with zero filler or redundant restatement of the title. Nothing could be trimmed without losing a returned field.

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?

An output schema exists, so the return structure does not need spelling out, and annotations cover the safety profile; the description is sufficient for an agent to call this correctly. Only freshness/staleness of the static conference data is left unstated, a minor gap.

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 takes zero parameters, so there is nothing for the description to disambiguate; the documented baseline for a 0-param tool applies. No syntax, format, or default information is missing because none exists.

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 gives a specific verb ('Return') and enumerates exactly what comes back: conference week, Houston venue, time zone, and the guide URL. That is enough for an agent to know this is a static conference-context lookup rather than a search or planning tool. It just never names or contrasts a sibling, so it stops 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?

There is no when-to-use guidance, no prerequisite, and no mention of an alternative among the 18 siblings (e.g. plan_conference_week, get_my_guide_state). The agent must infer that this is the bootstrap/context call for the AfroTech conference.

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