Skip to main content
Glama

get_page

อ่านเนื้อหาเต็มของหน้าเว็บ CODENIVERSE หนึ่งหน้า (about, contact, faq, terms, privacy, services, services/ ทั้ง 12 บริการ) ใช้เมื่อต้องการรายละเอียดบริการหรือข้อมูลบริษัทเกินกว่าที่ tool อื่นให้ ตอบโดยอ้าง url ของหน้าเสมอ

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesslug ของหน้า เช่น "about" หรือ "services/ai-agentic-ai" (path เดียวกับบนเว็บ ไม่ต้องมี / นำหน้า)

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It communicates that the tool returns full page content and instructs the assistant to always cite the page URL, but it does not disclose potential failure modes, output shape, or other behavioral constraints.

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 compact sentence that includes purpose, scope, usage guidance, and output instruction. It has no padding or redundant restatement of the tool name.

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 simple single-parameter retrieval tool, the description provides sufficient context: what is returned, what page families exist, and how to cite URLs. It does not cover edge cases like unknown slugs, but the high schema coverage and low parameter count make it fairly 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 schema already documents the slug parameter well with format guidance and examples, so the baseline is strong. The description adds value by listing the exact valid page categories and explaining the services/<slug> pattern for the 12 services, giving richer semantic context.

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 specifies a concrete action — reading the full content of one CODENIVERSE page — and enumerates the valid slug categories such as about, contact, faq, terms, privacy, services, and services/<slug>. It also distinguishes itself from sibling tools by emphasizing that it provides details beyond what other tools give.

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?

The description explicitly states when to use it: when the user needs service details or company information beyond what other tools provide. It does not name specific sibling alternatives or list exclusion conditions, but it gives clear contextual guidance.

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

A4.2/5.0
Disambiguation4/5

Tools are grouped by clear actions—search, get, list, submit—so an agent can usually pick correctly. The only potential confusion is between get_company_profile and get_page for about/company info, and between search_articles and get_article, but the descriptions provide enough usage cues to resolve it.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: get_*, list_*, search_*, submit_*. The verbs accurately reflect the operation, making the naming predictable and easy to navigate.

Tool Count5/5

Seven tools is well-scoped for a company information and lead-generation server. Each tool covers a distinct content type or action—articles, pages, company profile, services, FAQ, and lead submission—without unnecessary redundancy.

Completeness5/5

The server covers the full informational lifecycle for CODENIVERSE: discover and read articles, search FAQs, view service listings and detailed pages, access company profile information, and submit leads. There are no obvious gaps or dead ends for the intended use case.

Resources