Skip to main content
Glama

SeaWeb

get_entity

Read-onlyIdempotent

Full schema.org page for one entity by canonical id (seaweb://{vertical}/{slug}), legacy id, or unique bare slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful context about returning a full schema.org page and accepting multiple identifier forms, but does not disclose any additional behavioral details like not-found handling or response size.

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 one efficient sentence, front-loaded with the core purpose ('Full schema.org page for one entity') and immediately followed by the accepted identifier forms. There is no filler or repetition of structural schema information.

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 single-parameter, read-only tool with no output schema, this description is largely complete: it explains what the tool returns and how to identify the entity. The remaining gap is the lack of explicit routing among the many get_* sibling tools, but that is a minor omission given the simple contract.

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

Parameters5/5

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

The schema provides only a bare entity_id string with 0% description coverage. The description fully compensates by defining the canonical id syntax (seaweb://{vertical}/{slug}), confirming legacy ids are accepted, and clarifying that a unique bare slug also works. This is strong parameter guidance for a single-parameter tool.

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 states a specific verb and resource: it returns the full schema.org page for one entity. It also specifies the accepted identifier forms. It does not explicitly name or differentiate from overlapping siblings like get_details, 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 Guidelines3/5

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

The description implies when to use the tool: when you have a canonical id, legacy id, or unique bare slug and want the full schema.org page. However, it gives no explicit guidance about when not to use it or which sibling tool should be preferred for more specific entity lookups.

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.

TDQS

A3.6/5.0
Disambiguation2/5

Several tool clusters have fuzzy boundaries: search vs. search_restaurants/search_salons/search_web, get_entity vs. get_restaurant/get_salon/get_details, and agent_job_status vs. research_status all require careful reading to pick correctly. The long descriptions help, but the overlap is real and an agent can easily misroute a call.

Naming Consistency4/5

Most tools follow a clean get_/list_/search_/register_/delete_ verb_noun pattern, making the bulk of the surface predictable. A few outliers like recall, remember, teamwork_preview, and travel_health break the pattern but are still readable and not chaotic.

Tool Count2/5

43 tools is far beyond a well-scoped server and bundles several distinct products — vertical search, web crawl, disruption monitoring, agent memory, and A/B evaluation — into one surface. Even if each subdomain is individually reasonable, the combined count makes the server feel like multiple toolsets mashed together.

Completeness3/5

Core workflows are mostly covered: search, extract, get details, register/list/delete standing queries and webhooks, and research jobs all have usable lifecycles. However, there is no update path for standing queries or webhooks, built datasets lack a clear retrieval tool, and research jobs have status but no obvious distinct cancel/list surface.

Resources