Skip to main content
Glama

ie_get

Extract text, value, or custom attribute from elements in legacy IE web applications. Specify the element and attribute type to retrieve the data.

Instructions

Read an element's text (default), its 'value', or a named attribute/property. Set attr=text|value|.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byYes
attrNotext (default) | value | any attribute name
frameNo
limitNo
valueYes
Behavior2/5

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

No annotations are provided, and the description only states 'Read an element's...' without disclosing behavioral traits such as return structure, multi-element handling, or timing, which are critical for a read tool.

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?

Two concise sentences with zero wasted words; front-loaded with the action and default behavior.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 5 parameters, no output schema, and low schema coverage, the description is far too sparse. It fails to explain the selector mechanism ('by' and 'value') or optional parameters like 'frame' and 'limit'.

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?

The description adds meaning to the 'attr' parameter (text, value, attribute name), but only 20% of parameters are described in the schema. Required parameters 'by' and 'value' lack any semantic hints.

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 the purpose: reading an element's text, value, or attribute. It distinguishes the tool as a general reader among siblings like ie_text and ie_html, though sibling differentiation is implicit.

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?

No guidance on when to use this tool versus alternatives like ie_text or ie_html. The description only specifies how to set the 'attr' parameter without contextual usage advice.

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/thomfilg/ie-mcp'

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